body {
    background-color: #121212;
    color: #e0e0e0;
    font-family: 'Segoe UI', 'Roboto', sans-serif;
    text-align: center;
    margin: 0;
    padding: 2rem;
}

header h1 {
    font-size: 3.5rem;
    color: #00bcd4;
    letter-spacing: 2px;
}

header p {
    font-size: 1.2rem;
    color: #a0a0a0;
}

.building {
    color: #ff9800;
    font-weight: bold;
}

section#status {
    margin-top: 4rem;
}
