@import "../fonts/nanumsquareround.css";
html, body {
  margin: 0;
  padding: 0;
  background: black;
  height: 100%;
}

#canvas {
  position: relative;
}

canvas {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  width: 100%;
  height: 100%;
}

#font-test {
  display: none;
  font-family: "NanumSquareRound";
  font-style: normal;
  font-weight: 800;
}

#font-test2 {
  display: none;
  font-family: "JUA";
  font-style: normal;
}

/*# sourceMappingURL=main.css.map */
