.gradient-button{color:hsla(0,0%,100%,.9);background:linear-gradient(90deg,#6172f3,#f441a5,#ffc400,#03f4c0,#d661f3);background-size:600%;animation:animate 12s linear infinite;z-index:1;opacity:1;margin-top:15px}@keyframes animate{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}