body {
  margin: 1em;
  padding: 0;
  font-family: Google Sans, Noto, Roboto, Helvetica Neue, sans-serif;
  color: #244376;
}

#card {
  margin: 3em auto;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  border-radius: 6px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

model-viewer {
  width: 100vw;
  height: 100vh;
  position: absolute;
  right: 0px;
  background-color: unset;
}

#ar-button {
  background-image: url(https://cdn.glitch.com/07c05876-4826-4855-8ade-c6c46c2b2820%2FCompostIV_ARButton.png?v=1626107959847);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-color: unset;

  position: absolute;
  margin-top: 30px;
  margin-right: 30px;

  top: 0;
  right: 0;

  white-space: normal;

  font-family: Roboto Regular, Helvetica Neue, sans-serif;
  font-size: 14px;
  color: white;

  height: 60px;
  width: 60px;
  border-radius: 0px;
  border: 0px solid white;
}

#ar-button:active {
  opacity: 0.2;
}

#ar-button:focus {
  outline: none;
}

#ar-button:focus-visible {
  outline: 1px solid white;
}

#qr-button {
  background-image: url(https://cdn.glitch.com/07c05876-4826-4855-8ade-c6c46c2b2820%2FCompostIV_ARButton.png?v=1626107959847?v=1592493802500);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center;
  background-color: unset;

  position: absolute;
  margin-top: 30px;
  margin-right: 30px;

  top: 0;
  right: 0;

  white-space: normal;

  font-family: Roboto Regular, Helvetica Neue, sans-serif;
  font-size: 14px;
  color: white;

  height: 60px;
  width: 60px;
  border-radius: 0px;
  border: 0px solid white;
}

#qr-button:hover {
  background-image: url(https://cdn.glitch.global/881bf06c-4223-47d8-8d92-8ac6d5d720be/qr-code.png?v=1712856790280);
  height: 200px;
  width: 200px;
}


/* On screens that are 600px or less, disable qr-button */
@media screen and (max-width: 600px) {
  #qr-button {
    display: none;
    pointer-events: none;
  }

  info {
    display: none;
  }
  
  model-viewer {
  width: 100%;
  height: 100vh;
  
}


h img {
  height: 1em;
  width: auto;
}