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;
}


.comprar-background{
    background-color:snow;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.comprar-conteudo{
    display: flex;
    flex-direction: column;
    text-align: justify;
    margin-top: 1%;
    margin-bottom: 1%;
    margin-left: 30%;
    margin-right: 5%;
    align-items: center;
    border: 3px ridge;
    padding: 10px;
}

.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);
  }

.prevenda-background{
    background-color:bisque;
}

.prevenda-conteudo{
    display: flex;
    flex-direction: column;
    text-align: justify;
    margin-left: 32%;
    margin-right: 30%;
    align-items: center;

}

.texto-prevenda{
    display: flex;
    flex-direction: column;
    margin-right: 2%;
}

.img{
    margin-bottom: 20px;
}

table, td, th{
    border:1px solid green;
    margin-top: 4%;
    margin-bottom: 4%;
}
th{
    background-color:green;
    color:white;
}

.tabela-background{
    background-color:lavenderblush;
}

.tabela-conteudo{
    display: flex;
    flex-direction: column;
    text-align: justify;
    margin-left: 30%;
    margin-right: 30%;
    align-items: center;

}

.tabela-prevenda{
    display: flex;
    flex-direction: column;
    margin-right: 2%;
}