.loader-container{justify-content:center;align-items:center;height:50vh;display:flex}.loader{box-sizing:border-box;border:5px solid #000;border-bottom-color:#0000;border-radius:50%;width:100px;height:100px;animation:1s linear infinite rotation;display:inline-block}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
