#header {
    background-color:#900000;
    border-radius: 50px;
    padding : 15px;
    display : flex;
    color:white;
    font-style: italic;
}
#titulos{
    width : 100%;
    text-align:center;
    font-size: 150%;
}
#navega {
    background-color: #000000;
    border-radius: 20px;
    
}
nav ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding : 5px;
}

li {
  background-color: #4b101c;
  color:white;
  font-size: 35px;
  border-radius: 10px;
  padding:10px;
  margin:5px;
  font-style:italic; 
}

a {
    color : white;
    text-decoration: none;
 
}
body{
    background-color:#00ebff;
}