html, body, .content, model-viewer {
    height: 100vh;
    width: 100vw;
    background-color: white;
    padding: 0;
    margin: 0;
  }

  .content {
    position: relative;
  }

  .logo-div {
    position: absolute;
  }

  model-viewer {
    position: absolute;
  }

  .text-button {
    padding: 1em;
    appearance: none;
    margin: 1em 1em 0 0;

    background: rgba(153, 135, 135, 0.267);
    color: white;
    border: 4px solid;
    font-size: 2em;
    border-radius: 2em;
    user-select: none;
    pointer-events: auto;
    align-self: center;

    margin-top: 10px;
    margin-left: 80vw;

    box-shadow: 5px 10px 7.5px silver;
	  border-radius: 10px;
  }

  .img-button {
    border: none;
    background: none;
    
    /* margin-top: 15px;
    margin-left: 75vw; */

    margin-right: 10px;
    margin-top: 10px;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  img {
    height: 10vh;
    max-width: 60vw;
  }

  .no-ar {
    height: fit-content;
    width: fit-content;
    background-color: rgba(0, 0, 0, 0);
    
    display: none;
    margin-right: 10px;
    margin-top: 10px;
    word-wrap: break-word;

    font-family: "Myriad Pro", sans-serif;
    font-weight: 300;
    font-size: 12px;
    letter-spacing: 1px;

    background-color: #949597;
    color: white;
    padding: 5px;
    border-radius: 5px;
    text-align: center;

    font-size: 12px;
    position: absolute;
    top: 0px;
    right: 0px;
  }

  .ar-button-img {
    height: 10vh;
    max-width: 60vw;
    background-color: rgba(0, 0, 0, 0);

    box-shadow: 0px 0px 10px silver;
    border-radius: 50%;
  }

  p {
    color: black;
    font-family: "Myriad Pro", sans-serif;
    font-weight: 300;
    letter-spacing: 1px;
  }

  .img-logo {
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
  }

  .slider {
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: 16px;
    
    margin-left: 10px;
    margin-right: 10px;
  }

  .slides {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
  }

  .slide {
    scroll-snap-align: start;
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    margin-right: 10px;
    border-radius: 10px;
    border: none;
    display: flex;
  }

  .slide.selected {
    border: 2px solid #4285f4;
  }

  .slide:focus {
    outline: none;
  }

  .slide:focus-visible {
    outline: 1px solid #4285f4;
  }

  /* model-viewer::part(default-progress-bar) {
    position: absolute;
  } */