    body {
        background-image: url(../../img/2026/bg-1.png);
    }

    .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: space-evenly;
        height: 100vh;
    }

    .txt-home,
    .txt-yellow,
    .txt-green {
        font-family: 'Beblock';
        font-size: 2.5vw;
        text-align: center;
    }

    .popup-text .txt-yellow {
        font-size: 1rem;
    }

    .logo-copa img {
        width: 20vw;
    }

    .btns img {
        width: 15vw;
        padding: .5vw;
    }

    @media screen and (max-width: 1024px) and (orientation: portrait) {

        .logo-copa img {
            width: 40vw;
            padding: 2vh;
        }

        .txt-home,
        .txt-yellow,
        .txt-green {
            font-size: 7vw;
        }

        .btns img {
            width: 50vw;
            padding: 2vw;
        }
    }