body {
  margin: 0;
  padding: 0;
}

.background {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}

.background video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.audio-button img {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 25%;
  max-width: 250px;
  height: auto;
}

.superbingocontainer {
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.superbingocontainer h1 {
  display: none;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  color: white;
  margin: 0;
  position: absolute;
  z-index: 2;
  font-size: 15vmin;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 4px 4px 0 rgba(0, 0, 0, 0.4);
}

.display {
  display: block !important;
}
