/* there is gonna be almost
no text in this*/
.image-spin-yay { animation: image-spin-yay 2s linear 1;}

@keyframes image-spin-yay { 
    from { transform: rotate3d(0, 0, 0, deg); 
    } 
    to { transform: rotate3d(0, 5, 0, 1072deg)
    } 
}
.image-spin-yay { animation: image-spin-yay 2s linear 1;}
