/*all frames for rotation*/
@import = url("https://pastebin.com/raw/CStAV14T")
.rotate{
/* Start the rotate animation and make the animation last for 1 second */
animation: rotate 1s;
/* When the animation is finished, start again */
animation-iteration-count: infinite;
}