body,html{height:100%}#rainbow-text{background:-webkit-linear-gradient(92deg,#95d7e3,#eb76ff);background-size:600vw 600vw;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:textAnimate 5s linear infinite alternate}@keyframes textAnimate{0%{filter:hue-rotate(0deg);background-position-x:0}to{filter:hue-rotate(1turn);background-position-x:600vw}}