.loader-container{display:flex;justify-content:center;align-items:center;height:100vh;width:100vw}.loader{width:50px;height:50px;border:4px solid #e0f2fe;border-top-color:#0284c7;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}