body {
  background-color: #474747;
  background: -webkit-gradient(linear, center top, center bottom, from(#474747), color-stop(100%, #8C8C8C));
  background: -webkit-linear-gradient(top, #474747, #8C8C8C 100%);
  background: linear-gradient(to bottom, #474747, #8C8C8C 100%);

  margin: 30px 0;
}

/* .html {
  background-color: #474747;
  background: -webkit-gradient(linear, center top, center bottom, from(#474747), color-stop(100%, #8C8C8C));
  background: -webkit-linear-gradient(top, #474747, #8C8C8C 100%);
  background: linear-gradient(to bottom, #474747, #8C8C8C 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF474747, endColorstr=#FF8C8C8C, GradientType=0);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF474747', endColorstr='#FF8C8C8C', GradientType=0)";
} */


nav {
  letter-spacing: 3px;
  font-family: Lucida Sans, Lucida Grande, Lucida Sans Unicode, sans-serif;
  font-weight: bold;
  text-align: center;
  color: white;
}
nav a {
  color: white;
}
nav a.active {
  color: #FCEE21;
}
nav a:hover, a:active {
  /* color: #0000FF; */
  color: rgb(20, 104, 160);
}
nav.footer {
  font-size: 90%;
}

a#logo {
  display: block;
  margin-top: 2rem;
  margin-bottom: 10rem;
}

#page {
  background-image: url("../images/doe_higru_ref_2.jpg?crc=4200768823");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: black;
  /* background-size: 102% 102%; */
  background-size: 1260px 2120px;

  width: 1260px;

  /* border: solid 1px red; */

  margin: 0 auto;
  padding: 3rem 0;
}
