.text-gradient{background:linear-gradient(90deg,#7953cd 20%,#52f503 30%,#ff9100 70%,#764ada 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;background-size:500% auto;animation:textShine 10s ease-in-out infinite alternate}@keyframes textShine{0%{background-position:0 50%;rotation:0}to{background-position:100% 50%;rotation:180deg}}