body {
    font-family: 'Roboto', sans-serif;
    background-color: #f0efe0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    margin: 0;
    padding: 0;
}

.container {
    text-align: center;
}

.logo {
    margin-bottom: 20px;
}

.logo img {
    width: 150px;  /* Increased from 80px to 150px */
    height: auto;
}

.brand-name {
    font-size: 2.5rem;
    color: #666;
    margin: 10px 0;
    font-weight: 300;
}

.tagline {
    color: #888;
    font-size: 1rem;
    margin-bottom: 40px;
}

.maintenance-message {
    font-size: 1.5rem;
    color: #666;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.coming-soon {
    color: #888;
    font-size: 1rem;
}