@font-face {
  font-family: 'PixelOperator';
  src: url('/assets/PixelOperator-Bold.ttf');
}

#root {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

canvas {
  width: 100%;
  height: 100%;
}
