.coming-soon {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-container {
    text-align: center;
}

.logo {
    max-width: 400px;
    height: auto;
}