#navega{
    background: #008DC9;
}
ul{
   display: flex;
   justify-content: center;
   padding: 15px;
    list-style:none;
  
}

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