.loader-container{justify-content:center;align-items:center;width:200px;height:300px;display:flex}.spinner{border:5px solid #f3f3f3;border-top-color:#f6c;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
