body {
  background-image: url(../background.JPG);
  height: 100vh;
  width: 100vw;
  background-size: contain;
  background-color: white;
  background-repeat: no-repeat;
  background-position: top center;
}
