body {
    font-family: Arial, sans-serif;
    margin: 30px;
    background-color: #f9f9f9;
}

h1 {
    text-align: center;
    margin-bottom: 40px;
}

h2 {
    margin-top: 30px;
}

table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
    background: white;
    box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}

th, td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
}

tr:hover {
    background-color: #f5f5f5;
    cursor: pointer;
}

#documentos-section {
    margin-top: 40px;
}

