html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}

/* Nuevas reglas para el footer */
.footer {
    background-color: #f8f9fa;
    color: #6c757d;
    font-size: 0.85rem;
    border-top: 1px solid #e9ecef;
}