.loading{display:flex;justify-content:center;align-items:center;height:300px}.spinner{border:4px solid transparent;border-top-color:#000;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}