.navigation{
    margin: 0; 
    display: flex;
    background-color: #6ab240;
    height: 64px;
    justify-content: center;
    align-items: center;
    width: 10px;
    height: 10px;
  }
  
  .navigation a {
    font-family: 'Roboto', sans-serif;
    color: white;
    text-decoration: none;
    padding: 20px;
  }
  
  
  /*Botão esta Certo*/
  .botao-contato{
    background-color: #333366;
    color: white;
    border: none;
    font-size: 14px;
    padding: 10px 40px;
    border-radius: 8px;
    margin-left: 50px;
  }
  .logo {
      background-color: rgb(255, 255, 255);
      width: 50px;
      height: 50px;
  }
  .footer {
    text-align: center;
    padding: 3px;
    background-color: DarkSalmon;
    color: white;
  }
  .title {
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;

  }
  .text{
    font-family: Arial, Helvetica, sans-serif;
    font-size: medium;
    color: rgb(0, 0, 0);
  }
  .fixarRodape {
      bottom: 0;
      position: fixed;
      width: 100%;
      text-align: center;
    }

  