header {
    background-image: url(imagenes/background.jpg);
    color: darksalmon; 
    box-sizing: border-box;
    
}
header h1 {
    text-align: center;
    background-color: dimgrey;
    font-family: 'Poiret One', cursive;
    letter-spacing: 3px;
    font-weight: 700;
    font-size: 40px;
}
header nav ul li a {
    color: whitesmoke;
    font-family: 'Poiret One', cursive;
    font-weight: 600;
    font-size: 17px;
    text-decoration: none;
    letter-spacing: 2px;    
}
main,
aside,
footer {
    font-weight: 100;
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    text-align: center;
}
header nav {
    display: flex;
    
}
main img {
    border-radius: 10%;
    border-style: dotted;
    border-color: darksalmon;
    border-width:thick;    
}
main ul h5 {
    line-height: 0;
}
main h3 {
    background-color: darksalmon;
}
aside p {
    background-color:dimgrey;
    font-size: 13px;
    justify-content: center;
    color: whitesmoke
}
footer {
    background-color: darksalmon;
}
main .fila {
    display: flex;
    flex-direction: column;
}
