:root {
    --navy: #0D2137;
}

body {
    margin: 0;
    padding: 0;
    background-color: var(--navy);
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    overflow: hidden;
}

#revealStage {
    width: 90%;
    max-width: 520px;
    aspect-ratio: 580 / 175;
    display: flex;
    justify-content: center;
    align-items: center;
}
