@import url("https://fonts.googleapis.com/css2?family=Great+Vibes&family=Press+Start+2P&display=swap");

html,
body {
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #000;
}

#gameCanvas {
  display: block;
  width: 100vw;
  height: 100vh;
  background: #000;
}
