.spinner-container{justify-content:center;align-items:center;height:100vh;padding:20px;display:flex}.spinner{border:5px solid #ccc;border-top-color:#007bff;border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
