body { padding: 2rem; }
.table-hover tbody tr:hover { background-color: #f1f1f1; }
.search-box { margin-bottom: 1rem; }
textarea { resize: vertical; }

/* Estilos adicionados */
.about-section {
    background-color: #f8f9fa;
    padding: 1.5rem;
    border-radius: 0.5rem;
    margin-bottom: 2rem;
}

.logos {
    text-align: center;
    margin-bottom: 1.5rem;
}

.logo-img {
    max-height: 80px;
    margin: 0 15px;
}

.site-footer {
    padding-top: 2rem;
    border-top: 1px solid #dee2e6;
    font-size: 0.9em;
    color: #6c757d;
}

.site-footer a {
    color: #0d6efd;
}

.site-footer h6 {
    color: #343a40;
    font-weight: bold;
}