body{
    background:#e2dbdb;
    text-align: center;    
}
#esc{
    font-size: 30px;    
}
header{
    background: cadetblue;
    border-radius: 30px;
}
#tit{
    color: midnightblue;
    font-size: 60px;
    margin-top: 10px;
}
#sub{
    color:firebrick;
    font-size: 40px;
}
#navega{
    background: #679bdb;
}
nav ul{
    display: flex;
    justify-content: center;
    padding: 5px;
    list-style: none;
    padding: 5px;
}
li{
    background: bisque;    
    font-size: 20px;
    border-radius: 10px;
    padding: 5px;
    margin: 3px;
    font-style: italic;  
    margin-top: 0;
    
}
li a{
    text-decoration: none;
}
li a:hover{
    text-decoration: underline;
    text-decoration-color: red;
    background:lightcoral;
    border-radius: 50px;
}
contenedor1{
    display: flex;
}
#todo{
    margin-top: 55px;
    background: red; 
    display:flex;
    padding: 10px;
    justify-content: center;
    list-style: none;
    border-radius: 10px;
}
article li a{
    font-size: 25px;
    font-weight: bolder;
    color:darkblue;
}
img{
    border-radius: 90px;
      
}
#jake{
    width: 250px;
}
#fin{
    width: 250px;
}
#menta{
    width: 250px;
}
#bmo{
    width: 220px
}
footer{
    background:lightsalmon;     
    border-radius: 50px;
    margin-top: 30px;
    font-size: 30px;
    height: 120px;  
    padding: 0px;
    }