.spinner-section{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%}.spinner{width:48px;height:48px;border:5px solid #e63e00;border-top-color:transparent;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}