body{
    background: rgb(255, 174, 53);
    color: black;
}

div{
    display: flex;
    justify-content: space-around;
}

/* boton */

.button {
 background-color: #eee;
 border: none;
 padding: 0.5vmin;
 font-size: 2vmin;
 width: 10em;
 border-radius: 1rem;
 color: rgb(161, 8, 8);
 cursor: pointer;
 text-align: center;
}

.button:active {
 color: rgb(153, 82, 2);
 box-shadow: 0 0.2rem #ffffff;
 transform: translateY(0.2rem);
}

.button:hover:not(:disabled) {
 background: rgb(228, 154, 58);
 color: white;
 text-shadow: 0 0.1rem #291b1b;
}

.button:disabled {
 cursor: auto;
 color: rgb(255, 255, 255);
}

/* informacion de la persona */
.titulo{
    font-size: 5vmin;
    text-align: center;
    background-color: rgb(252, 105, 60);
    padding-top: 5vh;
    padding-left: 25vw;
    padding-right: 25vw;
    padding-bottom: 5vh;
    text-align: center; 
    font-family: Comic Sans MS; 
    font-weight:bold; 
    color: #EBD758; 
    text-shadow: -1px 0 #414D68, 0 1px #414D68, 1px 0 #414D68, 0 -1px #414D68, -2px 2px 0 #414D68, 2px 2px 0 #414D68, 1px 1px #414D68, 2px 2px #414D68, 3px 3px #414D68, 4px 4px #414D68, 5px 5px #414D68;
}

.info{
    width: 50vw;
    font-size: xx-large;
    text-align: right;
    padding-left: 15vmin;
    text-align: center;
}

/*  imagen */

.imagen{

    height: 50vmin;
    margin: auto;
    width: 50vmin;
    padding-right: 15vmin;
    padding-top: 3vmin;
}
.caja{
display: flex;
flex-direction: row;
justify-content: center;
background-color: rgb(252, 105, 60);
margin-left: 2vw;
margin-right: 2vw;
padding-bottom: 4vw;
}