html, body {
  height: 100%;
  width: 100%;
  margin: 0;
}

#instructions {
  overflow-y: scroll;
  max-height: 90vh;
}
