.container{height:100vh;display:flex;justify-content:center;align-items:center}.loading{width:50px;height:50px;border-radius:50%;border:5px solid rgba(0,0,0,.1);border-top-color:#3498db;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
