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

#frame {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

#screen {
  image-rendering: pixelated;
  image-rendering: crisp-edges;
  width: min(96vw, calc(92vh * (368 / 240)));
  aspect-ratio: 368 / 240;
  background: #000;
  outline: none;
}
