/* You can add global styles to this file, and also import other style files */
body {
  background-color: rgb(12, 12, 12);
}
canvas {
  padding-left: 0;
  padding-right: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: 800px;
  border: solid grey 1px;
}


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