body{
    background: pink;
}
#headerTitulo{
    display: flex;
    background: #FEF8A6;
    border-radius: 15px;
    padding: 15px;
    text-align: center;
}

#divTitulo{
    text-align: center;
    width: 75%
}

#imagenTitulo{
    width: 25%;
}

#exp{
    text-align: center;
}

#divPersona{
    border-style: solid;
    border-color: aliceblue;
    border-radius: 15px;
    padding: 30px;
    margin: 15px;
    border-width: 10px;
}

#divOtro{
    border-style: solid;
    border-color:beige;
    border-radius: 15px;
    padding: 30px;
    margin: 15px;
    border-width: 10px;
}

#botones{
    border-style: solid;
    border-color:floralwhite;
    border-radius: 15px;
    padding: 30px;
    margin: 15px;
    border-width: 5px;
    text-align: center;
}

button{
    font-size: 25px;
    background:white;
    color: black;
    border: 3px black solid;
    border-radius: 10px;
}

button:hover{
    font-size: 25px;
    background: black;
    color: white;
    border: 2px white solid;
    border-radius: 10px;
}

#fin{
    text-align: center;
    background: floralwhite;
    border-radius: 15px;
}

#volver{
    text-align: center;
    
}

#pp{
    text-decoration: none;
    color: black;
    background: white;
    padding: 5px;
    border-radius: 5px;
    border: 1px;
    border-color: black;
    border-style: solid;
}

#pp:hover{
    background: black;
    color: white;
    padding: 5px;
    border-radius: 5px;
    border: 1px;
    border-color: white;
    border-style: solid;
}