.text-rainbow-animation{font-family:arial black;font-size:70px;background-image:linear-gradient(to right, red,orange,yellow,green,blue,indigo,violet, red);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:rainbow-animation 35s linear infinite;}@keyframes rainbow-animation{to{background-position:500vh;}