*{box-sizing:border-box;margin:0;padding:0}body,html{height:100%}.spin{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}