body {
    background-color: #f4f6f9;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
main {
    flex: 1; /* Esto empuja el footer hacia abajo */
}
.navbar-brand img {
    height: 30px;
    margin-right: 10px;
}
/* Clase para el fondo gris de las gráficas */
.chart-container {
    background-color: #e9ecef; /* Gris claro de Bootstrap */
    border-radius: 15px;
    padding: 15px;
}