body {
    background: ##eee;
    margin: 0;
}

.contenedor {
    margin: 5px;
    display: flex;
    align-items: center;
    border-radius: 10px;
    box-shadow: 1px 1px 20px #c4c3c2;
    font-family: 'Raleway', sans-serif;
    font-weight: 500;
    justify-content: center;
    margin-bottom: 50px;
    background: #B23A48;
    
}
.contenedor ul {
    list-style: none;
    display: flex;
    padding: 0;
}
.contenedor ul li {
    margin-left: 20px;
    margin-right: 20px;
}
.contenedor ul li a {
    text-decoration: none;
    color: #ccc
    
}
.contenedor ul li a:hover {
    color: #000;
}

img {
    margin-bottom: 20px;
    width: 100%;
}

.informacion {
    width: 340px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    min-height: 50vh;
    box-shadow: 5px 10px 10px #c4c3c2;
}

h1 {
    text-align: center;
    font-family: 'Abril Fatface', cursive;
    font-weight: 400;
    font-size: 220%;
    margin-bottom: 30px;
    margin-left: 0;
    margin-top: 40px;
    color: #8C2F39
}
h2 {
    margin-left: 20px;
    margin-bottom: 5;
    font-family: 'Abril Fatface', cursive;
    color: #B23A48;
    font-weight: 400;
    font-size: 18px;
    
}
p {
    margin-top: 0;
    margin-left: 20px;
    margin-right: 20px;
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
}
h3 { 
text-align: center;
margin-top: 80px;
margin-bottom: 0px;
font-family: 'Abril Fatface', cursive;
font-weight: 400;
color: #8C2F39;
font-size: 30px;

}
.descripcion {
    text-align: center;
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
}