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

body{
    height: 100%;
    width: 100%;
    background-image: url(https://i.gifer.com/COx.gif);
    background-size: 150%;
}

/* HEADER */
.cabeca{
    padding: 30px 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: black;
    color: white;
    
}

.cabeca h1{
    padding-left: 40px;
    width: 80%;
    font-family: 'Inconsolata', monospace;
    text-decoration: none;
   
}

.sobre{
    width: 30%;
    display: flex;
    justify-content: end;
    font-family: 'Inconsolata', monospace;
}

.sobreli{
    padding: 0 30px;
    list-style: none;
}

.sobreli a{
    text-decoration: none;
    font-size: 25px;   
    color: white;
}

/* PERSONAGENS IMG*/

.escolha{
    text-align: center;
    font-family: "Inconsolata", monospace;
    font-size: 250%;
    color: black;
}

.perso{
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-evenly;
    margin-top: 10%;
    text-align: center;
    font-size: 30px;
}

.nat{
    border: 5px solid black;
    border-radius: 60px;
    width: 250px;
    height: 250px;
    
}

.perso :hover{
    font-size: 40px;
    transition-duration: 0.5s;
    border-radius: 60px;
}

.midori{
    text-decoration: none;
    color: black;
}
