.spinner{display:flex;height:100vh;justify-content:center;margin:auto;place-items:center;position:fixed}.spinner svg{animation-direction:normal;animation-duration:.7s;animation-iteration-count:infinite;animation-name:spin;animation-timing-function:linear}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
