body { 
    font-family: 'Roboto', sans-serif; 
}

h1 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem; /* Ajuste o tamanho conforme necessário */
    /*font-weight: 700; /* Negrito */
    margin-bottom: 1.5rem; /* Espaçamento abaixo do título */
}

.btn-group { 
    float: right; 
}

th, td { 
    text-align: center; 
    vertical-align: middle; 
}

.table-responsive { 
    margin-top: 20px; 
}

table { 
    font-size: 0.9rem; /* Diminui o tamanho da fonte */
}

@media (max-width: 768px) {
    table { 
        font-size: 0.8rem; /* Ainda menor em dispositivos móveis */
    }
}
