h1 {
  font-size: 35px;
  color: #0a7d64;
  font-family: Arial, sans-serif;
  font-weight: bold;
}

#fundo {
  background-image: url(assets/images/Fundo.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

#imagem {
  margin-top: 0px;
  
  width: 110px;
}

a {
  color: #0a7d64;
}



