h1{
    background: #005eff;
    color: white;
    padding: 15px;
    text-align: center;
    border-radius: 20px;
    border-style: solid;
    border-color:  #5f6a6a;
    border-radius: 25px;
}
div{
    background: #92C5FC;
    border-radius: 20px;
    color: black;
    padding: 15px;
    font-size: 25px;
    text-align: justify;
    border-style: solid;
    border-color:  #5f6a6a;
    border-radius: 25px;
}
button
{
    font-size: 25px;
    background:#6fed0d;
    color: black;
    border: 2px black solid;
    border-radius: 15px;
}
button:hover
{
    font-size: 25px;
    background:  red;
    color: black;
    border: 2px black solid;
    border-radius: 15px;
}
table {
    background: #0eaf85;
    border-radius: 20px;
    color: white;
    padding: 15px;
    font-size: 50px;
    text-align: left;
    border-style: solid;
    border-color:  #5f6a6a;
    border-radius: 25px;
    display: block;
    justify-content: center;

}
#navega{
    background: #4a28ea;}
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;
}