body {
  background-image: url("/static/website/img/narrativeBackground.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  min-height: 100vh;
}

#narrativeHeader {
  font-size: 2rem;
  font-style: italic;
  color: blue;
  text-align: left;
  margin-left: 6rem;
  margin-right: 4rem;
}

