.loadingContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.loadingLogo {
    width: 150px;
    height: auto;
}
