#card {
  margin: auto;
  display: flex;
  flex-direction: column;
  max-width: 1000px;

}

model-viewer {
  width: 100%;
  height: 400px;

}

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


