.container{z-index:1;background-color:#fff;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex;position:fixed;top:0;left:0}.spinner{border:8px solid #dcdcdc;border-color:#dcdcdc #0000;border-radius:60px;width:64px;height:64px;animation:1.5s linear infinite spin-anim}@keyframes spin-anim{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
