.loader{animation:spin 2s linear infinite;border:8px solid #000;border-radius:50%;border-top-color:#1e346f;height:80px;width:80px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
