.rotate-steps{animation:2s steps(4,end) infinite color-rotate}@keyframes color-rotate{0%{color:red}25%{color:#ff0}50%{color:#32cd32}75%{color:#00bfff}to{color:red}}
