/* line 1, ../sass/index.scss */
html, body {
  height: 100%;
  width: 100%;
}

/* line 5, ../sass/index.scss */
.initial-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/images/chapter-1/home_image.jpg);
  background-size: cover;
  z-index: 99999;
}
