#debug {
  position: relative;
  height: 100%;
  width: 100%;
  pointer-events: none;
  color: white;
}

#debug #mousepos {
  position: absolute;
  left: 50%;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  border-radius: 5px;
  padding: 5px;
  font-size: 12px;
}

#debug #console {
  position: absolute;
  right: 10px;
  bottom: 50px;
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  padding: 5px;
  border-radius: 5px;
  font-size: 12px;
}
/*# sourceMappingURL=debug.css.map */