.loading-container{justify-content:center;align-items:center;width:100%;height:100vh;display:flex}.spinner{border:4px solid rgba(102,0,152,.2);border-top-color:#660098;border-radius:50%;width:50px;height:50px;animation:.8s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
