body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    margin: 0;
}

main, .content-wrapper {
    flex: 1; /* Empuja el footer hacia abajo automáticamente */
}

footer {
    position: relative; /* Evita que flote sobre los elementos */
    width: 100%;
}