body{
    background-color:beige;
    margin: auto;
    font-family: Arial, Verdana, sans-serif;
}

.menu{
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-left: 25%;
}

.botao{
    margin-left: 1.5%;
    margin-right: 1.5%;
}

footer{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 0.3%;
}

.logos{
    margin-top: 5px;
}

img{
    margin-bottom: 20px;
}

.contato-background{
    background-color:snow;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.contato-conteudo{
    display: flex;
    flex-direction: column;
    text-align: justify;
    margin-left: 22%;
    margin-right: 5%;
    align-items: center;
}

.enviar{
    font-size:15px;
    font-family:Arial;
    width:75px;
    height:27px;
    border-width:1px;
    color:#fff;
    border-color:#566963;
    font-weight:bold;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    box-shadow:inset 0px 1px 3px 0px #91b8b3;
    text-shadow:inset 0px -1px 0px #2b665e;
    background:linear-gradient(#768d87, #6c7c7c);
    margin-left: 43%;
}

.enviar:hover {
    background: linear-gradient(#6c7c7c, #768d87);
}  