body {
    background: #eee;
    margin: 0;
    padding: 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;
    
}
.contenedor ul {
    list-style: none;
    display: flex;
    font-size: 12px;
    padding: 0;
}
.contenedor ul li {
    margin-left: 10px;
    margin-right: 10px;
}
.contenedor ul li a {
    text-decoration: none;
    color: #1c590a
    
}
.contenedor ul li a:hover {
    color: #000;
}
.icono { 
width: 40px;
margin-left: 20px;
}

h1 {
    font-family: 'Abril Fatface', cursive;
    font-weight: 400;
    color: #458d80;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 30px;
}
.archivo {
    text-align: center;
}
.archivo img {
    width: 90%;
}