.loading{display:flex;justify-content:center;align-items:center;height:30vh}.loadingSpinner{border:8px solid rgba(0,0,0,.1);border-left-color:#7986cb;border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}