table {
        width: 1200px;
        border-collapse: collapse;
        margin-left: auto;
        margin-right: auto; 
           
    }
    
th,td  {
    border: 1px solid #a05010; 
    padding: 8px;    
    
}

th {
    text-align: center;
}

td {
    text-align: left;
}

.download-link {
    text-decoration: none;
    color: #a05010;
    font-weight: 500;
    transition: color 0.3s ease;
}

.download-link:hover {
    color: #7F151B;
    text-decoration: underline;
}

