.animated-text h2{background:linear-gradient(to right,#0ECD08 20%,#0825CD 30%,#9A08CD 70%,#CD0822 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;background-size:500% auto;animation:textShine 5s ease-in-out infinite alternate}@keyframes textShine{0%{background-position:0% 50%}100%{background-position:100% 50%}}