:root {
  --scrollbar-width: 0px; /* Default */
}

* {
    font-family: "Montserrat", Helvetica, sans-serif !important;
    letter-spacing: 2px;
}

body {
    margin: 0;
    padding: 0;
}

@media (min-width: 900px) {
    #top {
        background-image: url('bg_landscape.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
        width: 100vw;
        height: 56.25vw;
        padding-top: 9vw;
    }

    #mohe {
        text-align: center;
        color: #fff;
        font-size: 1.5vw;
    }

    h1 {
        margin-top: 7dvw;
        text-align: center;
        transform: translateX(-1vw);
        font-size: 5dvw;
        color: #fff;
        font-weight: 600;

    }

    h1 .white-space {
        display: inline-block;
        width: 5dvw;
    }

    .pulsing-dot {
        position: absolute;
        top: calc(30.65vw - (var(--scrollbar-width) * 0.3));
        left: 70dvw;
        transform: translateY(-50%);
        border-radius: 50%;
        cursor: pointer;
    }

    #notes {
        margin-top: 20dvw;
        display: flex;
        justify-content: center;
        color: #fff;
        gap: 5dvw;
        font-size: 0.9vw;
    }


    #launch,
    #contact {
        flex: 1;
    }

    #press {
        /* The center child stays its natural size */
        flex-shrink: 0;
    }

    /* Optional: If you want the text inside the sides to stay
       pushed to the edges, use text-align */
    #launch {
        text-align: right;
    }

    #contact {
        text-align: left;
        cursor: pointer;
    }

    #geneva {
        margin-top: 5vw;
        font-size: 2vw;
        text-align: center;
        line-height: 1.5;
    }

    #geneva div {
        margin-bottom: 3dvw;
    }


    #copyright {
        margin-top: 5vw;
        display: flex;
        justify-content: center;
        font-size: smaller;
        margin-bottom: 3dvw;
    }

    #your-signal {
        position: absolute;
        top: 36dvw;
        left: 70dvw;
        color: #fff;
        opacity: 0;
        transition: opacity 0.3s;
    }
}

@media (max-width: 899px) {
    body {
        background-image: url('bg_portrait.jpg');
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    #mohe {
        margin-top: 15vw;
        text-align: center;
        color: #fff;
        font-size: 3vw;
    }

    h1 {
        margin-top: 15vw;
        text-align: center;
        transform: translateX(-1vw);
        font-size: 8vw;
        color: #fff;
        font-weight: 600;
    }

    h1 .white-space {
        display: block;
    }


    .pulsing-dot {
        position: absolute;
        top: 79.5vw;
        left: 77vw;
        transform: translateY(-50%);
        border-radius: 50%;
    }

    #your-signal {
        position: absolute;
        top: 90vw;
        left: 77vw;
        transform: translateX(-50%);
        color: #fff;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 2vw;
    }

    #notes {
        margin-top: 65vw;
        text-align: center;
        color: #fff;
        font-size: 3vw;
    }

    #notes > div {
        margin: 6vw 0;
    }

    #notes strong {
        display: block;
    }

    #geneva {
        margin-top: 30vw;
        font-size: 3vw;
        text-align: center;
        line-height: 1.5;
    }

    #geneva div {
        margin: 6vw 0;
    }


    #copyright {
        margin-top: 10vw;
        display: flex;
        justify-content: center;
        font-size: 2vw;
        margin-bottom: 3vw;
    }

}