@font-face {
  font-family: 'PressStart2P-Regular';
  src:
    url('PressStart2P-Regular.woff2') format('woff2'),
    url('PressStart2P-Regular.woff') format('woff'),
    url('PressStart2P-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.87);
  background-color: #000000;
  font-family: 'PressStart2P-Regular';
  image-rendering: pixelated;
}

body * {
  image-rendering: pixelated;
}

#app {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.scene-dom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.main-menu button {
  position: absolute;
  top: 85%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 38px;
  width: 240px;
  height: 80px;
}

.nes-btn {
  pointer-events: auto;
  border-image-repeat: stretch;
}