.preloader{animation-name:spin;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:linear;border-radius:50%}@keyframes spin{to{transform:rotate(360deg)}}
