header{
    display: flex;
    height: 70px;
    justify-content: space-between;
    align-items: center;
}

a{
    text-decoration: none;
    color: black;
}
.logo{
    display:flex;
}

.logo img{
    height: 50px;

}

body,html{
    font-family:Arial, Helvetica, sans-serif;
    display:flex;
    background-color: #fcf3e8;
}

.contendor{
    text-align: center;

}
.boton-redireccion{
    background-color:#986d48;
    color:white;
    padding:10px 20px; 
    display: inline-block;
    margin-top: 20px;
    border-radius: 5px;
}

.boton-redireccion:hover{
    background-color:#766352;
}

nav a{
    font-weight:600;
    padding-right: 10px;
}