*{
    color: rgb(220, 20, 60);
    background-color:rgb(252, 210, 221);
    font-size: 1 em;
    font-family: 'Truculenta', sans-serif;
  
}


header{
    margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px;
}

h1 {
    color: rgb(255, 255, 255);
    background-color: rgb(220, 20, 60);
    font-size: 40px;
    text-align: center;
}

.boton{
    text-decoration: none;
    border-radius: 3px;
    padding: 10px 8px;
    color: rgb(220, 20, 60);
    background-color: rgb(255, 255, 255);
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
}

/* Organizacion imagen y texto */
.general{
    display: flex;
    width: 80vw;
    margin: auto;
}

.imagen_personal{
    width: 70%;
    margin: auto;
}



.imagen_personal img{
    width: 70%;
    margin-left: 25%;

}

.parrafo_descriptivo{
    width: 30%;
    margin: 0;
}

/* Formato del texto */
p {
    font-family: 'serif';
    font-size: 1em;
    color: rgb(220, 20, 60);
    width: 40%;
}
footer{
    position: fixed;
    bottom: 0%;
    width: 100%;
    text-align: center;
    margin: 0;
}

