.spinner-wrapper{display:flex;justify-content:center;align-items:center;height:100vh;width:100%}.spinner{border:4px solid rgba(255,255,255,.1);border-left-color:#fff;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}