h1{
    background: #008DC9;
    color: white;
    padding: 15px;
    text-align: center;
    border-radius: 20px;
    border-style: solid;
    border-color:  lightgray;
    border-radius: 25px;
}
p{
  border-radius: 10px;  
     background: #4C13E4;
    color: white;
      border-style: solid;
    border-color: lightgray;
}
body{
    background: white;
}
#navega{
    background: #008DC9;
}
ul{
   display: flex;
   justify-content: center;
   padding: 15px;
    list-style:none;
  
}

li{
    margin: 2px;
    background: white;
    font: white;
    font-size: 20px;
    border-radius: 10px;
    padding: 5px;
    font-style: italic;
    color: red;
 
}
a{
    color: black;
    text-decoration: none;
}