body {
    width: 100vw;
    height: 100vh;
    background-color: black;
    display: grid;
    align-items: center;
    justify-content: center;
}

#coming-soon {
    font-family: sans-serif;
    font-size: 6.666667vw;
    color: white;
    opacity: 0;
}