body, html {
  height: 100%;
}

body {
  background-image: url("../images/IMG_0149.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;

  @media screen and (max-width: 39.9375em) {
    background-size: cover;
  }
}
