body {
  margin: 5px;
  /*height: 100%;*/
  /*width: 100%;*/
  background-color: black;
}

.game_frame {
  position: absolute;
  /*width: 100%;*/
  /*height: 100%;*/
  left: 30px;
  right: 30px;
  top: 30px;
  bottom: 30px;
  z-index: -1;
  user-select: none;
}

.game {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  user-select: none;
}

.console {
  color: bisque;
  font-family: courier;
  pointer-events: none;
  user-select: none;
}
