body {
  background-color: #242f32;
}

#game {
  display: block;
  cursor: none;

  position: absolute;
  left: 50%;
  top: 13%;
  margin-left: -320px;
}

#scaled {
  position: absolute;
  left: 50%;
  top: 13%;
  margin-left: -320px;

  pointer-events: none;
  cursor: none;
}