.gradient-text-animation{background:linear-gradient(90deg,hsla(0,0%,100%,.3) 30%,hsla(0,0%,100%,.8) 50%,hsla(0,0%,100%,.3) 70%);background-size:200% 100%;background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent;animation:shimmer 4s linear infinite}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}