@import url(../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; }

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