body{
    background-color:beige;
    margin: 0px;
    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%;
}


.intro-background{
    background-color:bisque;
}

.intro-conteudo{
    display: flex;
    flex-direction: row;
    margin-left: 18%;
    align-items: center;
}

.texto-intro{
    display: flex;
    flex-direction: column;
    margin-left: 5%;
}

.moeda-background{
    background-color:lavenderblush;
}

.moeda-conteudo{
    display: flex;
    flex-direction: row;
    text-align: justify;
    margin-left: 13%;
    margin-right: 20%;
    align-items: center;

}

.texto-moeda{
    display: flex;
    flex-direction: column;
    margin-left: 20%;
    margin-right: 2%;
}

.perguntas{
    text-align: center;
}

.perguntas-conteudo{
    display: flex;
    margin-left: 17%;
    margin-right: 40%;
}

.perguntas-texto{
    flex-direction: column;
    margin-right: 4%;
    text-align: justify;
}

.news-background{
    background-color:snow;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.news-conteudo{
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-left: 35%;
    margin-right: 5%;
    align-items: center;
    border: 3px ridge;
    padding: 7px;
    margin-top: 1%;
    margin-bottom: 1%;
}

footer{
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-top: 0.3%;
}

.logos{
    margin-top: 5px;
}

.buttonClass {
    font-size:15px;
    font-family:Arial;
    width:500px;
    height:50px;
    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);
  }
  
  .buttonClass:hover {
    background: linear-gradient(#6c7c7c, #768d87);
  }

  .enviar{
    font-size:15px;
    font-family:Arial;
    width:100px;
    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: 38%;
}

.enviar:hover {
    background: linear-gradient(#6c7c7c, #768d87);
  }  