body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
    background: #f3f3f3; /* lekki stylowy szary */
    display: flex;
    flex-direction: column;
    font-family: 'Segoe UI', Arial, sans-serif;
}

.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100vh;
}

.logo {
    margin-top: 22vh;
    max-width: 320px;
    width: 80vw;
    height: auto;
    padding: 24px;
}

.coming-soon {
    margin-top: 40px;
    font-size: 2.2rem;
    font-weight: 600;
    color: #888;
    letter-spacing: 0.12em;
    text-shadow: 0 2px 8px rgba(0,0,0,0.07);
    font-family: 'Segoe UI', Arial, sans-serif;
}
