html, body {
  margin: 0;
  padding: 0;
  background: #2d5a27;
  height: 100%;
  overflow: hidden;
  font-family: 'Georgia', serif;
  color: #2c1a0e;
}

body {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

#game {
  width: 100vw;
  height: 100vh;
  max-width: 1280px;
  max-height: 720px;
}

#game canvas {
  display: block;
  width: 100% !important;
  height: 100% !important;
  image-rendering: pixelated;
  image-rendering: crisp-edges;
}
