html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  background-color: white;
  background-image: url('/images/StoriesOfGlass.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
