.spinner{border-radius:50%;border:2px solid hsla(0,6%,90%,.842);place-self:center}.fullSpinner,.spinner{width:20px;height:20px;animation:spin 1s linear infinite}.fullSpinner{border-radius:50%;border:3px solid hsla(0,6%,90%,.842);place-self:center}@keyframes spin{to{transform:rotate(1turn)}}