.gradient-text{font-weight:700;background:linear-gradient(45deg,#12c2e9,#c471ed,#f64f59);-webkit-background-clip:text;background-clip:text;color:transparent;animation:gradient 3s ease infinite;background-size:200% 200%}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}