html, body {
  padding: 0;
  margin: 0;
  overflow: hidden;
  image-rendering: pixelated;
}

canvas {
  width: 100%;
  background: blue;
}

@font-face {
  font-family: fontRetroGaming;
  src: url("/gamedev-web/public/fonts/Retro\ Gaming.ttf");
}