body{
    background: white;
}
h1{
    background: #008DC9;
    color: white;
    padding: 15px;
    text-align: center;
    border-radius: 20px;
    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: Black;
    font-size: 20px;
    border-radius: 10px;
    padding: 5px;
    font-style: italic;
    color: red;
}
a{
    color: black;
    text-decoration: none;
}

div{
    background: #008DC9;
    border-radius: 20px;
    color: white;
    padding: 50px;
    font-size: 30px;
    text-align: justify;
    border-style: solid;
    border-color:  #5f6a6a;
    border-radius: 25px;
}
button
{
    font-size: 25px;
    background: #13E436;
    color: black;
    border: 2px black solid;
    border-radius: 15px;
}
button:hover
{
    font-size: 25px;
    background:  #E41313;
    color: black;
    border: 2px black solid;
    border-radius: 15px;
}
#Envio {
    display: flex;
    background: #0eaf85;
    border-radius: 20px;
    color: white;
    padding: 15px;
    font-size: 25px;
    text-align: left;
    border-style: solid;
    border-color:  #5f6a6a;
    border-radius: 25px;
}
sel{
    font-size: 15px;
}

