body {
  margin: 0;
  padding: 0;
  color: rgba(255, 255, 255, 0.87);
  background-color: #000000;
}

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

#pixi-container {
  width: 100%;
  height: 100%;
  position: relative;
}

#pixi-container canvas {
  display: block;
  /* BootstrapSport will set absolute positioning + pixel sizes */
  /* but we keep these defaults so it never flashes in the wrong place */
  position: absolute;
  inset: 0;
}
