.model-viewer-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.model-view-css-fix {
    width: auto;
    height: 50dvh;
    margin-bottom: 100px;
  }

.underline{
    text-decoration: underline; 
    text-underline-offset: 10px; 
    text-decoration-style: double; 
    text-decoration-color: #2a6bd1;
  }

  .logo-img{
    
    width: 20dvh;
  }