h1 {
  text-align: center;
  color: white;
}

html {
  background-image: url("woodbg.jpg");
  background-size: contain;
  font-family: 'Indie Flower', cursive;
}

iframe {
  position: relative;
  width: 100%;
  height: 100%;
  border: none;
  overflow: hidden;
}

.story {
  width: 90vw;
  height: 85vh;
  margin-left: 4vw;
  background-color: grey;
}

.storyText {
  width: 90vw;
  position: absolute;
  margin-left: 4vw;
  margin-top: 60vh;
  text-align: center;
  color: white;
  font-size: 30px;
  z-index: 10;
  text-shadow: 2px 2px 10px #000, 2px 2px 10px #ccc;
}

.options {
  width: 20vw;
  height: 6vh;
  background-color: white;
  margin: 20px;
  text-align: center;
  border-radius: 50px;
  cursor: pointer;
  padding-top: 3vh;
  font-size: 20px;
}

.optionContainer {
  display: flex;
  position: absolute;
  height: 3vh;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  margin-left: 4vw;
  margin-top: 75vh;
  z-index: 10;
}

.errorMessage {
  width: 90vw;
  position: absolute;
  margin-left: 4vw;
  margin-top: 5vh;
  text-align: center;
  color: white;
  font-size: 30px;
  z-index: 10;
  text-shadow: 2px 2px 10px #000, 2px 2px 10px #ccc;
}
