body {
  padding: 0;
  font-family: "Source Code Pro", monospace; /* you can change font type if you want */
  color: black; /* the color of the text */
}

a {
  color: black; /* the color of the links */
}

#card {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  overflow: auto;
}

footer {
  margin: 1.5;
  display: flex;
  flex-direction: row;
  max-width: 20%;
  overflow: auto;
  z-index: 2;

  text-align: right;
  font-size: 60%;
  line-height: 1.5em;
}

model-viewer {
  width: 50vw;
  height: 20vh;
  vertical-align: top;
}


.attribution {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0.5em;
}

.attribution h1 {
  margin: 0 0 0.1em;
}

.attribution h2 {
  margin: 0 0 0.12em;
}

.attribution img {
  height: 5em;
}

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

  info {
    display: none;
  }
}



