.loading{background-color:#000;justify-content:center;align-items:center;height:100dvh;display:flex}.spinner{border:4px solid rgba(#fff, .1);border-top-color:#fff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
