body {
  color: #fff;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

#main-container {
  position: relative;
  width: 100vw;
  height: 100vh;
  background-image: url("../img/pecesbg2-1080p.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
}

#fish-frame {
  width: 100vw;
  height: 100vh;
}

.unsupport {
  position: relative;
  color: #FF0000;
  background-color: #1A1E39;
  margin: 0 200px;
  text-align: center;
  font-size: 16px;
  top: 50%;
}

.qr {
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 19999;
  width: 150px;
  max-width: 25vw;
}
.qr img {
  max-width: 100%;
}

.center-message {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
  font-family: Arial, sans-serif;
  font-size: 20px;
  text-align: center;
  color: black;
}

.console {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: #1A1E39;
  padding: 20px;
  display: none;
}
.console .form-group {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 8px;
  position: relative;
  margin-bottom: 10px;
}
.console .form-control {
  background-color: white;
  padding: 6px 15px;
  color: black;
  font-size: 8px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  width: 150px;
}
.console label {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 8px;
  color: white;
}
.console h5 {
  margin-top: 0;
  margin-bottom: 10px;
}

/*# sourceMappingURL=style.css.map */
