.header{
    background: linear-gradient(to top, #3b709f97, #3b709f97), url("https://static.igem.wiki/teams/5311/header-videos/medal-criteria.webp") no-repeat center;
    background-size: cover;
}


#nice-table {
    border-collapse: collapse;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    border: 2px solid #ddd;
  }
  
#nice-table td, #nice-table th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
#nice-table tr:nth-child(even){background-color: #5e7de211;}
  
#nice-table tr:hover {background-color:#efebdf80;}
  
#nice-table th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color:  #5E7CE2;
    opacity:0.8;
    color: white;
  }
#nice-table td:last-child,
#nice-table th:last-child {
      width: 20%; /* Adjust percentage based on how much space you want */
  }

/* Responsive adjustments */
@media (max-width: 768px) {
    #nice-table td, #nice-table th {
        padding: 6px; /* Reduce padding for tablets */
        font-size: 14px; /* Smaller font size */
    }

    #nice-table th {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

@media (max-width: 480px) {
    #nice-table td, #nice-table th {
        padding: 4px; /* Reduce padding for mobile devices */
        font-size: 12px; /* Even smaller font size for mobile */
    }

    #nice-table th {
        padding-top: 8px;
        padding-bottom: 8px;
    }
}