body {
  font-family: monospace;
  text-align: center;
  background-color: black;
  color: white;
  padding: 0;
  margin: 0;
}

a {
  width: max-content;
}

#glcanvas {
  display: block;
  position: absolute;
  width: 100vw;
  height: 100vh;
  z-index: -1;
}

#dbcanvas {
  width: 20rem;
}

#debug {
  position: fixed;
  display: none;
}

#license {
  position: absolute;
  bottom: 0;
  right: 1rem;

  img {
    height: 1em;
    margin-left: .25rem;
    vertical-align: text-bottom;
  }
}

.overlays {
  position: fixed;
  width: 100%;
  height: auto;
  user-select: none;
}

.overlay {
  margin: auto;
  width: max-content;
  max-width: 98vw;
  height: max-content;

  * {
    background-color: #101010;
    border-radius: 1em;
  }

  tr h2 {
    margin-top: .2rem;
    margin-bottom: .2rem;
  }

  .body {
    padding: .5em 1em;
    color: #808080;
    width: max-content;
    max-width: 100%;
    margin: 0 auto 1rem;
  }

  .brand {
    width: 13rem;
  }
}

.label {
  text-align: left;
  padding-right: 2em;
}

.value {
  text-align: right;
}

.audio {
  display: none;
}

.graphic {
  padding: 1rem;
  margin-top: 4rem;
  max-height: 12rem;
  border-radius: 5rem;
  margin-bottom: 1rem;
  height: fit-content;
  max-width: 90vw;
  top: 0;

  svg, img {
    margin: auto;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 12rem;
    background-color: transparent;
  }
}

.logo {
  width: max-content;
  max-height: 3rem;
  border-radius: 0;
}

.warning {
  margin: 0;
  margin-top: 1rem;
  margin-bottom: -3rem;
  background-color: transparent;
}
.warning * {
  margin: 0 auto;
  background-color: transparent;
}

.debug {
  background-color: black;
  padding-right: .5rem;
  text-align: right;
  width: 10rem;
  margin: 0;
}
