.loader{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#fff}.spinner{border-radius:50%;border:8px solid #fff;border-top-color:#00285b;width:60px;height:60px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}