.shimmer-text{font-weight:bold;background:linear-gradient(90deg,#6C3BFF,#00C2FF,#FF4FD8,#ffffff,#6C3BFF);background-size:300% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 3s linear infinite}@keyframes shimmer{0%{background-position:-300% center}100%{background-position:300% center}}