      .view {
        /*width: 100%;
        height: 100%;*/
        width: 600px;
        height: 400px;
        /*width: 50%;*/
        max-width: 100%;
        /*height: auto;*/
        background-color: #3b423d;
        display: flex;
        justify-content: center;
        align-items: center;
      }
      model-viewer {
        width: 100%;
        height: 100%;
      }
