.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background-color:#fff}.loading-logo{width:100px;height:auto;margin-bottom:20px;animation:spin 2s linear infinite}.loading-text{font-family:roboto,sans-serif;font-size:1.5rem;font-weight:600;color:#4a4a53}