body {
  background-color: lightgray;
  background-image: url("../images/background-img.jpg");
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}