@font-face{
  font-family: 'Messy';
  src: url('fonts/MessyHandwritten-Regular.ttf') format('truetype');
}
@font-face{
  font-family: 'Stampatello';
  src: url('fonts/StampatelloFaceto.otf');
}
@font-face{
  font-family: 'VCR_EAS';
  src: url('/VCREAS.ttf');
}

h1 {
  color: red;
  font-family: 'Messy';
  font-size: 60;
  }
.index-body {
  background-color: blue;
  color: white;
  font-family: 'Stampatello';
  border: dashed;
  font-size: 25px;
}
.button {
  background-color: white;
  border: none;
  color: red;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 40px;
  font-family: 'Messy';
  margin: 4px 2px;
  cursor: pointer;
}
.footer{
  background-color: white;
  left: 0;
  bottom: 0;
  width: 100%;
  color: black;
  font-family: 'VCR_EAS';
}
.story-body {
  background-color: white;
  border: solid;
  color: black;
  overflow-y:scroll; height:600px;
}
body {
  background-color: green;
  color: white;
  font-size: 24px;
}