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

body {
  background: black;
}

body.bgW {
  background: white;
}

#game {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

/*# sourceMappingURL=game.css.map */
