body {
    background-color: #1a1a1a;
    color: #f0f0f0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.maintenance-container {
    max-width: 600px;
    padding: 40px;
    background: #252525;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.5);
}

.logo {
    max-width: 150px;
    height: auto;
    margin-bottom: 1.5rem;
}

h1 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

p {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    color: #cccccc;
    line-height: 1.6;
}

.sub-text {
    font-size: 0.9rem;
    margin-top: 2rem;
    opacity: 0.7;
}
