body {
    background-image: url(../assets/184516.png);
}

h1 {
    color: rgb(0, 0, 0);
    text-align: center;
    font-size: 100px;
    font-family: 'Times New Roman', Times, serif;
}

.voltar {
    background-image:url(../assets/back.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 8px;
    display: inline-block;
    width: 80px;
    height: 40px;
}

.omori {

    background-image:url(../assets/mewo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 8px;
    display: inline-block;
    width: 300px;
    height: 200px;
    margin-left: 480px;
}

.noibat {

    background-image:url(../assets/180px-Noibat_EpEc.gif);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 8px;
    display: inline-block;
    width: 300px;
    height: 300px;
    margin-left: 480px;
    margin-top: 80px;
}

.mario{

    background-image:url(../assets/Cappy_Super_Mario_Odyssey.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: -9999px;
    overflow: hidden;
    border-radius: 8px;
    display: inline-block;
    width: 300px;
    height: 200px;
    margin-left: 480px;
    margin-top: 80px;
}


#minecraft {
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    margin-top: 400px;
    margin-bottom: 300px;
}

.mine {
    margin-left: 1100px;
}

h2 {
    color: rgb(255, 255, 255);
    text-align: center;
    font-size: 40px;
    font-family: 'Times New Roman', Times, serif;
    margin-left: 50px;
    margin-right: 50px;
    background-color: black;
    border: solid;
    border-color: rgb(129, 129, 129);
    border-width: 10px;
    margin-bottom: 250px;
}

