@keyframes spin-animation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spin-animation{animation:1.5s linear infinite spin-animation}
