.loader-wrapper{justify-content:center;align-items:center;width:100%;height:300px;display:flex}.loader{border:4px solid #ddd;border-top-color:#0a0a3c;border-radius:50%;width:45px;height:45px;margin:180px 0 60px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
