
body {
    margin: 0;
    padding: 0;
    font-family: "Pathway Extreme", sans-serif;
  }
.container {
    margin-top: 0px;
     
  }
  
  .left-container {
    background-color: #8e8e8e; /* Bootstrap primary color */
    color: #fff; /* White text color */
    margin-left: 0;
    margin-top: 5px;
    height: 100vh;
    z-index: 100;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.377);
    border-radius: 10px;
    
 
 
  }
  
  .right-container {
    background-color: #ffffff; /* Bootstrap secondary color */
    color: #000000; /* White text color */
    height: 100vh;
    
   
  }

    /* Home button style */
    .home-button {
        position: absolute;
        top: 10px;
        right: 10px;
        background-color:#8e8e8e ;
        border: none;
  }
  
  .container-fluid {
    padding: 15px;
  }

  .model{
    margin-top: 30px;
    position: inherit;
    height: 800px;
    width: 100vh;
    max-width: 800px;
    align-items: center;
  }

  .desc{
    margin-top: 30px;
  }
  h2{
    margin-bottom: 30px;
  }

  .link{
    color: #000000;
  }

  @media (max-width: 767.98px) {
    .left-container,
    .right-container {
      height: auto; 
    }
    .model{
      width:40vh;
      height: 600px;
    }


}