body {
  
  padding: 0;
  font-family: Google Sans, Noto, Roboto, Helvetica Neue, sans-serif;
  
}


#card {
  
  display: flex;
  flex-direction: column;
  max-width: 600px;
  border-radius:0.01px;
  
  overflow: hidden;
}

model-viewer {
  width: 100%;
  height: 500px;
  background-color: #FFFFFF;
  --poster-color: #ffffff00;
}

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


.attribution img {
  opacity: 0.5;
  height: 2em;
}

.attribution .cc {
  flex-shrink: 0;
  text-decoration: none;
}