body  {
  background-image: url("../../img/fundo.jpg");
  background-size: cover;
  background-attachment: fixed;
}

/* html,body {
    width: 100%;
    height: 100%;
} */

div.content {
    height: 100%;
}

#logo {
  width: 30%;
  min-width: 280px;
  max-width: 450px;
}

h1 {
  color: #e49312;
}
