html, body {
  height: 100%;
  background-image: url("../img/background-A61sM-h.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-color: black;
  color: white;
  display: grid;
  align-items: center;
  justify-self: center;
}

.elimination-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  object-fit: contain;
  background-color: white;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
}

/*# sourceMappingURL=app.output.css.map */
