body {

  background-image: url("images/background image.jpg");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center center;
  font-family: 'Spartan', sans-serif;

}


img {

  padding: 20px;

}