.document-upload-section {
    max-width: 600px;
    margin: auto;
}

.document-upload-section h2 {
    text-align: center;
}

.document-table {
    width: 100%;
    border-collapse: collapse;
}

.document-table th, .document-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

.document-table th {
    background-color: #007bff;
    color: white;
}

.document-table tr:nth-child(even) {
    background-color: #f9f9f9;
}

.document-table tr:hover {
    background-color: #e0e0e0;
}

#document-upload-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
}
