.poweredby-img {
  display: none;
}

/* .landing8-container {
  background-color: #416cb2 !important;
} */

/* .landing8-logo-section {
  display: none;
} */

/* disable svg tag */
svg {
  display: none !important;
}

.overlay-text {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  z-index: 1000;
  /* padding: 10px; */
  font-size: 2vh; /* Font size is 2% of the viewport height */
  font-family: "Chivo", serif;
  font-weight: 400;
  font-style: normal;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .overlay-text {
    height: 15%;
    font-size: calc(20vh / 5);
  }
}

/* #requestingCameraPermissions {
  color: black !important;
  background-color: white !important;
}
#requestingCameraIcon {
  filter: invert(1) !important;
}

.prompt-box-8w {
  background-color: white !important;
  color: #00ff00 !important;
}
.prompt-button-8w {
  background-color: #0000ff !important;
}

.button-primary-8w {
  background-color: #7611b7 !important;
} */
