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

model-viewer{

  position: sticky;
  top:0;
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: center;
  width: 100vw;
  height: 100vh;

  overflow: hidden;
    background-color: white;
    z-index: 2;
}
.stamp {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 10;

}

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

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

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

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