* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  background-image: url('../images/background.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; /* Keeps the image fixed during scroll */
  background-color: #e9e7c9;
  padding: 0px;
  font-family:calibri light;
  /* margin:0px; */
}

@media (min-width: 768px) and (max-width: 991px) {
  body {
  background-image: url('../images/background.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; /* Keeps the image fixed during scroll */
  background-color: #e9e7c9;
  padding: 0px;
  font-family:calibri light;
  /* margin:0px; */
}
}
@media (max-width: 479px) {
 body {
  background-image: url('../images/background.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed; /* Keeps the image fixed during scroll */
  background-color: #e9e7c9;
  padding: 0px;
  font-family:calibri light;
  /* margin:0px; */
}
}
