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