.spinner{align-items:center;background-color:transparent;bottom:0;display:flex;height:100%;justify-content:center;left:0;position:absolute;right:0;top:0;width:100%;z-index:10}.spinner__item{animation:spin 2s linear infinite;border:.5rem solid #ddf3ff;border-radius:50%;border-top-color:#00a7ff;height:5rem;width:5rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
