h1{
    background: #0eaf85;
    color: white;
    padding: 15px;
    text-align: center;
    border-radius: 20px;
    border-style: solid;
    border-color:  #5f6a6a;
    border-radius: 25px;
}

aside
{
    width: 20%;
    display: grid;
    
}

aside >p
{
    
    background: #0eaf85;
    border-radius: 15px;
    font-weight: 300;
    padding: 15px;
    font-size: 15px;
    text-align: center;
    color: #be5504;
}
a
{
    color: white;
    text-decoration: none;
}

div{
    background: #0eaf85;
    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: #08b5c1;
    color: black;
    border: 2px black solid;
    border-radius: 15px;
}
button:hover
{
    font-size: 25px;
    background:  #bb8fce;
    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;
}