#parts-header {
    height: 30vw;
    width: 100vw;
    background-image: url("https://static.igem.wiki/teams/5437/wetlab/parts-header/parts-header.jpeg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 40%;
    box-shadow:0 0 80px 80px #F6F1DA inset;
}
.table-striped a {
    color: #0C8853;
  }
@media (max-width: 768px) {
    

    
}


@media (max-width: 576px) {
  .table-responsive {
    width: 100%;
    overflow-x: auto; /* Enables horizontal scroll on small screens */
    -webkit-overflow-scrolling: touch !important; /* For smooth scrolling on mobile */
  }
    
}

@media (max-width: 400px) {
  .table-responsive {
    width: 100%;
    overflow-x: auto; /* Enables horizontal scroll on small screens */
    -webkit-overflow-scrolling: touch !important; /* For smooth scrolling on mobile */
  }
}
  

  /* Table styling */
  
