@import url(https://db.onlinewebfonts.com/c/38a367caf669011075e5d4107ee090a3?family=TitlingGothicFBExtended-Medium);

* {
    margin: 0;
    box-sizing: border-box;
    padding: 0;

}

body {
    font-family: "TitlingGothicFBExtended-Medium";
    font-size: 1em;
    background: rgb(208, 0, 255);
    background: linear-gradient(180deg, rgba(208, 0, 255, 1) 0%, rgba(249, 255, 2, 1) 100%) no-repeat;
    height: 90em;
}


.divflex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0;
    height: 7em;
    text-align: justify;
}


.highscore2 {

    background: rgb(248, 211, 19);
    background: linear-gradient(90deg, rgba(248, 211, 19, 1) 0%, rgba(253, 127, 9, 1) 50%, rgba(251, 37, 0, 1) 100%);
    width: 70%;
    padding: 0;
    border-radius: 8em 0 0 8em;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 6px solid white;
}

.highscore2 h1 {
    text-align: center;
    font-family: "TitlingGothicFBExtended-Medium";
    font-weight: bold;
    font-size: 2em;
}

#videoConteiner {
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4em;
    overflow: hidden;

}
@media only screen and (min-width: 1320px) {}

@media only screen and (min-device-width: 720px) and (max-device-width: 1300px) {}