@font-face {
  font-family: 'Senobi';
  src: url('./Senobi.woff2') format('woff2');
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html, body { width: 100%; height: 100%; overflow: hidden; background: #1a1a2e; }

main {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #111;
}

#game {
  border: 1px solid #555;
  width: auto;
  height: auto;
}

#game:fullscreen {
  border: none;
  background: #000;
  object-fit: contain;
}
