body {
  margin: 0;
  background: #020617;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  overflow: hidden;
}

#game {
  width: 100%;
  max-width: 420px;
  aspect-ratio: 9/16;
}