html,
body {
    height: 100%;
}

.page {
    margin: 0;
    display: grid;
    place-items: center;
    background: #000;
    color: #fff;
    font-family: "Vogue";
}

.coming-soon {
    font-size: clamp(2rem, 7vw, 5rem);
    font-weight: 700;
    letter-spacing: 0.08em;
}

.glow-white {
    text-shadow:
        0 0 8px rgba(255, 255, 255, 0.95),
        0 0 18px rgba(255, 255, 255, 0.8),
        0 0 36px rgba(255, 255, 255, 0.55);
}
