.gradient-button{animation:scrollGradient 10s linear infinite;background:linear-gradient(90deg,#90f,#4000ff 50%,#90f);background-size:400% 100%;cursor:pointer;font-weight:700}@keyframes scrollGradient{0%{background-position:0 50%}to{background-position:400% 50%}}
