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