.nav {
    margin-bottom: 10px;
    display:flex;
    flex-direction: row;
    align-items: center;  /* Para alinhar verticalmente no centro */
    justify-content: space-between;  /* Para distribuir o espaço de forma uniforme */
   place-items: center;
   z-index: 100;
  }

  nav img {
    margin-right: 60px; /* Espaço entre a imagem e o botão */
    padding: 0px;
    margin-bottom: 0px;
    align-items: center;
   
}

nav a {
    text-decoration: none; /* Remove sublinhado dos links */
}
  
  nav button {
  margin: 10px; /* Ajuste este valor conforme necessário */
  padding: 7px;
  background-color: rgb(255, 255, 0);
  color: rgb(0, 30, 95);
  font-family: "Montserrat Black", Arial, sans-serif;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  }
  
  #btsair {
  margin: 10px; /* Ajuste este valor conforme necessário */
  padding: 7px;
  background-color: rgb(216, 9, 2);
  color: rgb(255, 255, 255);
  font-family: "Aria", Arial, sans-serif;
  border: none;
  border-radius: 30px;
  cursor: pointer;
  width:35px;
  height: 35px;
  margin-right: -10px;
  font-size: 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  }