@import url("https://fonts.googleapis.com/css?family=Montserrat");

  body {
    font-family: Montserrat;
    font-size: 20px;
  }
  
  h3 {
    font-weight: 600;
    margin: 0 0 1rem 0;
  }

  /*.link-container {
    padding: 1rem;
  }*/

  
  model-viewer {
    width: 100%;
    height: 70vh;
    /*background-color: #47C1CB;*/
    margin-top: 5vh;
  }

  #igoodi-ar-button {
    background-color: white;
    border-radius: 10px;
    border: none;
    position: absolute;
    top: 0px;
    right: 8px;
    color: black;
    padding: 3px 10px;
  }
  
  .attribution {
    display: flex;
    flex-direction: row;
    margin: 1em;
  }
  
  .attribution h1 {
    margin: 0 0 0.25em;
  }
  
  .attribution img {
    opacity: 0.5;
    height: 2em;
  }
  
  .attribution .cc {
    flex-shrink: 0;
    text-decoration: none;
  }

  .invisible {
    visibility: hidden;
  }

  
