@font-face {
  font-family: stickieFont;
  src: url("stickieFont.fded956f.ttf");
  font-weight: 400;
  font-weight: normal;
}

@font-face {
  font-family: PixeloidMono;
  src: url("PixeloidMono.cf8fdea4.ttf");
  font-weight: 400;
  font-weight: normal;
}

body {
  cursor: url("mouseCursor.081b52dd.png"), auto;
  background: #000;
  margin: 0;
  overflow: hidden;
}

.gameBody {
  cursor: url("mouseCursor.081b52dd.png"), auto;
  justify-content: flex-start;
  align-items: stretch;
  height: 100vh;
  display: flex;
}

canvas {
  cursor: url("mouseCursor.081b52dd.png"), auto;
  border: 5px gray;
  border-style: none inset;
  margin: auto;
  line-height: 100px;
  display: block;
}

/*# sourceMappingURL=index.c92073ef.css.map */
