.loader-container{justify-content:center;align-items:center;min-height:100vh;display:flex}.loader{border:6px solid rgba(255,0,0,.3);border-top-color:red;border-radius:50%;width:60px;height:60px;animation:1s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
