body {
  margin: 0;
  text-align: center;
  background-color: #E9FFB1;
  /* background-color: aliceblue; */
}

#phaser_canvas canvas {
  /* position: relative; */
  display: block;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 50vw;
  pointer-events: inherit !important;
}

.camera {
  display: none;
}

/* .camera{
  display: flex;
  position: absolute;
  justify-content: center;
  z-index: 2;
  bottom: 140px;
} */

.handPos {
  text-align: center;
}
