body{
    background: white;
}
h1{
    background: #008DC9;
    color: black;
    padding: 15px;
    text-align: center;
    border-radius: 20px;
    border-style: solid;
    border-color:  #5f6a6a;
    border-radius: 25px;
}
button
{
    font-size: 25px;
    background:beige;
    color: black;
    border: 2px black solid;
    border-radius: 15px;
    
}
button:hover
{
    padding: 10px;
    font-size: 25px;
    background:  white ;
    color: black;
    border: 2px black solid;
    border-radius: 15px;
}
div{
    background: gray;
    border-radius: 20px;
    color: black;
    padding: 15px;
    font-size: 25px;
    text-align: justify;
    border-style: solid;
    border-color:  #5f6a6a;
    border-radius: 20px;
}

input{
    border-radius: 40px;
    color: black;
    padding: 10px;
    font-size: 25px;
    text-align: justify;
    border-style: solid;
    border-color:  #5f6a6a;
    border-radius: 25px;
}
#navega{
    background: #5f6a6a;}
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;
}
