@keyframes textShine{0%{background-position:0 50%}to{background-position:100% 50%}}.animated-text{background:linear-gradient(110deg,#006ae6 20%,#a8bfff 30%,#006ae6 70%,#a8bfff 80%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-size:500% auto;animation:textShine 5s ease-in-out infinite alternate}