body{
    background-image: url(../Imagens/Background/Background.png);
    background-repeat: no-repeat;
    background-size:cover;
}

.logo{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
    margin-right: 300px;
}

.cont{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
    margin-left: -50px;
    justify-content: center;
    gap: 25px;
}

.cont_conteudo{
    display: flex;
    flex-direction: column;
    width: 1000px;
    height: 600px;
    background-color: white;
    border: 2px solid black;
    border-style: dashed;
}

.cont_conteudo .desenhos{
    display: flex;
    margin-top: 20px;
    margin-left: 20px;
    gap: 20px;
}

.cont_menu{
    display: flex;
    flex-direction: column;
    width: 320px;
    height: 600px;
    gap: 25px;
}

.cont_menu .localizacao{
    display: flex;
    width: 250px;
    height: 50px;
    background-color: #F4F4F4;
    align-items: center;
    border: 2px solid black;
    border-style: dashed;
    border-radius: 2px;
}

.cont_menu .localizacao h1{
    margin-left: 20px;
    font-size: 20px;
    font-family: "Pixelify Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.cont_menu .menu{
    display: flex;
    flex-direction: column;
    width: 250px;
    height: 150px;
    background-color: white;
    justify-content: center;
    gap: 10px;
    border: 2px solid black;
    border-style: dashed;
    border-radius: 2px;
    font-family: "Pixelify Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.cont_menu .menu a{
    text-decoration: none;
    color: black;
}

.cont_menu .menu :hover{
    transition: 0.3s;
    color: #C281DB;
}

.cont_menu .menu li{
    margin-left: 20px;
    list-style: none;
}

.cont_menu .media_player{
    display: flex;
    width: 250px;
    height: 250px;
    background-color: #F4F4F4;
    border: 2px solid black;
    border-style: dashed;
    border-radius: 2px;
    align-items: center;
    justify-content: center;
}

.cont_menu .pokemons{
    display: flex;
    flex-direction: row;
    width: 250px;
    height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #F4F4F4;
    border: 2px solid black;
    border-style: dashed;
    border-radius: 2px;
}