html,
body {
  margin: 0;
  padding: 0;
  width: 100vw;
  height: 56.25vw; /* 16:9 aspect ratio */
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#unity-canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#loadingBar {
  position: absolute;
  width: 50vw;
  height: 50vh;
  align-items: center;
  display: block;
}

#maintenance-banner {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
  background-color: #f0f0f0;
  padding: 10px;
  text-align: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

#close-btn {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

#credential_picker_container {
  border: none;
  height: 330px;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 391px;
  z-index: 9999;
}
#credential_picker_container iframe {
  border: none;
  width: 391px;
  height: 330px;
}
#g_a11y_announcement {
  height: 1px;
  left: -10000px;
  overflow: hidden;
  position: absolute;
  top: auto;
  width: 1px;
}
.L5Fo6c-sM5MNb {
  border: 0;
  display: block;
  left: 0;
  position: relative;
  top: 0;
}
.L5Fo6c-bF1uUb {
  -webkit-border-radius: 4px;
  border-radius: 4px;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.L5Fo6c-bF1uUb:focus {
  border: none;
  outline: none;
}
