body {
  background-image: url("assets/img/background.jpg");
  /*make the background image full screen*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;

  height: 100vh;
  width: 100%;
}
