.loader{align-items:center;animation:spin 1s linear infinite;border-radius:50%;display:flex;height:20px;justify-content:center;width:20px}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}
