body{
    background-color:black;
}
#contenedor {
    background-color:darkcyan;
    border-radius: 20px;
    padding : 15px;
    display : flex;
}
#header-titulos{
    width : 75%;
    text-align: center;
    font-style: oblique;
}

#header-imagen{
    width: 25%;  
}

#navega {
    background-color:#cfd6d0;
    border-radius: 20px;
}

nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding : 15px;
  
}

li {
  background: antiquewhite;
  font-size: 15px;
  border-radius: 10px;
  padding:5px;
  margin:10px;
  font-style:italic; 
}

a {
    color :brown;
    text-decoration: none;
}

img{
    display: block;
    margin: auto;
   
}
