html, body {
  height: 100%;
  margin: 0;
  overflow: hidden;
  background: #22371c;
}

#game {
  display: block;
  width: 100%;
  height: 100%;
  image-rendering: pixelated;
}

/* Tweak the studio screens so they sit on our forest nicely. */
.screens-name {
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.25);
}
.screens-button {
  box-shadow: 0 6px 0 rgba(0, 0, 0, 0.25);
}
