body {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin: 0;
  display: flex;
  overflow: hidden;
}

#debug-view {
  color: #fff;
  opacity: 0;
  background-color: #00000080;
  padding: 10px;
  font-family: monospace;
  font-size: 12px;
  position: absolute;
}

#debug-info {
  font-family: monospace;
  font-size: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

#sketch {
  z-index: -10;
}

/*# sourceMappingURL=index.2cdaf7bc.css.map */
