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

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