@font-face {
  font-family: "Press Start 2P";
  src: url("assets/PressStart2P-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

:root {
    --main-font: "Press Start 2P", "SimSun", "Noto Serif SC", serif;
}

body {
      margin: 0;
      background: #fff;
      /* color: #0C6170; */
      font-family: var(--main-font);
    }
canvas {
    display: flex;
    margin: 0 auto;
}