.spinner-container{background-color:#f0f2f5;justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.spinner{border:8px solid #0000001a;border-left-color:#4f46e5;border-radius:50%;width:80px;height:80px;animation:1.2s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
