body{
  background-image: url('/imagens/fundo.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}


.Fundo { 
  text-align: center;
  margin: auto;
  height: auto;
  width: auto;

}

.logo{
  display: flex;
  justify-content: center;
  margin-bottom: 70px;
  height:auto;
}
.navegacao{
  height:auto;
  width: auto;
}

.Button{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  height:auto;
}

.responsive {
  width: 100%;
  max-width: 700px;
  height: auto;
}

img {
 align-self: center;
 height: 100%;
 width: auto;
 display:block
}
