body {
    margin: 0px;
    background-color: rgb(41, 41, 41);
    transition: ease-in-out 600ms;
}

a {
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: justify;
    font-size: 5vh;
}
/* Main Content */

.main {
    color: antiquewhite;
}

.block {
    justify-content: center;
    border-radius: 20px;
    margin: 3.1vh;
    background-color: rgb(65, 65, 65);
    width: 90%;
    min-height: 15vh;
    height: fit-content;
    padding: 10px;
    float:inline-start;
    margin: auto;
    margin-top: 4.5vh;
    display: block;
    color: azure;
    text-decoration: underline;
}

.blocks {
    width: 100%;
    display: flex;
    justify-content: center;
}

.block img {
    border-radius: 19px;
    width: 38vh;
    display: block;
    object-fit: contain;
}

@media (max-width: 100vh) {
    .blocks {
        display: block;
    }
    .block {
        margin: auto;
        margin-top: 4.5vh;
    }
}

#menublock {
    justify-content: center;
    border-radius: 20px;
    margin: 3.1vh;
    background-color: rgb(65, 65, 65);
    width: 40vh;
    min-height: 20vh;
    padding: 10px;
    float:inline-start;
    margin: auto;
    margin-top: 4.5vh;
    display: block;
    background-color: rgb(53, 53, 53);
    width: 90%;
    height: 75vh;
    margin-bottom: 2vh;
    height: fit-content;
    padding-bottom: 4vh;
}

.mbtitle {
    color: #2e3192;
    font-size: 10vh;
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    margin: 1vh;
}

.block h1 {
    display: block;
    font-size: 7vh;
    text-decoration: underline;
    text-align: center;
    margin: 0;
}

.block h3 {
    display: block;
    font-size: 5vh;
    text-decoration: underline;
    text-align: center;
    margin: 0;
}

.info {
    justify-content: center;
    border-radius: 20px;
    margin: 3.1vh;
    background-color: rgb(65, 65, 65);
    width: 90%;
    min-height: 1vh;
    height: fit-content;
    padding: 10px;
    float:inline-start;
    margin: auto;
    margin-top: 4.5vh;
    display: block;
    color: azure;
    text-decoration: underline;
}
.info .mmr {
    margin: auto;
    display: none;
}
.info p {
    margin: auto;
    font-size: 6vh;
    font-family: bebas-neue-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-align: center;
}

.name {
    display: none;
}