* {
    user-select: none;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

article {
    max-width: 1600px;
}

iframe {
    width: 100%;
}

.textOne {
    margin-top: -340px;
}

@media screen and (min-width: 769px) {
    .textTwo {
        margin-top: 20%;
    }
}

@media screen and (min-width: 850px) {
    .textTwo {
        margin-top: 4%;
    }
}

.textThree {
    margin-top: 50px;
}

.textFour {
    margin-top: -180px;
}

.textFive {
    margin-top: -320px;
}

.textSix {
    margin-top: 70px;
}

.textSeven {
    margin-top: 50px;
}

.textEight {
    margin-top: -200px;
}

@media screen and (min-width: 769px) {
    .bblock-desktop {
        display: block;
    }

    .bblock-mobile {
        display: none;
    }
}

@media screen and (max-width: 769px) {
    .bblock-desktop {
        display: none;
    }

    .bblock-mobile {
        display: block;
    }
}