.header-button-1 a{border-radius:32px;background-image:repeating-linear-gradient(to right,#f31c05,#fff,#f31c05);width:200%;background-size:200% auto;background-position:0 100%;animation:gradient 1s infinite;animation-fill-mode:forwards;animation-timing-function:linear;border-radius:9999px;color:#0000cd}.header-button-2 a{border-radius:32px;background-image:repeating-linear-gradient(to right,#f31c05,#fff,#f31c05);width:200%;background-size:200% auto;background-position:0 100%;animation:gradient 1s infinite;animation-fill-mode:forwards;animation-timing-function:linear;border-radius:9999px;color:#0000cd}.animated-linear-gradient{background:repeating-linear-gradient(to right,red 0,#00f 50%,red 100%);width:100%;background-size:200% auto;background-position:0 100%;animation:gradient 2s infinite;animation-fill-mode:forwards;animation-timing-function:linear;padding:10px;border-radius:9999px;color:#f3f3f3}@keyframes gradient{0%{background-position:0 0}100%{background-position:-200% 0}}