body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    min-width: 100vw;
    width: 100vw;
    height: 100vh;
    box-sizing: border-box;
    background: url('img/2.jpg') no-repeat center center fixed;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.center-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100vw;
    height: 100vh;
    background: rgba(255,255,255,0.0); /* transparent overlay */
}

.logo {
    max-width: 300px;
    width: 40vw;
    height: auto;
    margin-bottom: 32px;
    filter: drop-shadow(0 2px 16px rgba(0,0,0,0.15));
}

.coming-soon {
    font-size: 2.2rem;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-weight: bold;
    margin-top: 0.5em;
    /* Placeholder color: will update to match logo after inspecting */
    color: #004a99;
    text-shadow: 0 2px 8px rgba(0,0,0,0.18);
}
