.loader{border-radius:50%;border:4px solid #19cec6;border-top-color:#1f2937;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}