/*
 * Want to change this website's styes? Learn more about CSS:
 * https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS
 */


body {
  padding: 0 20px;
  background: papayawhip;
  font-family: monospace;
  font-size: 100%;
}
.name {
  color: saddlebrown;
}
.story {
  color: sienna;
}
.body {
  background: ;
  color: tan;
}
.dialogue {
  padding-left: 50%;
  padding-right: 200px;
}

