.footer {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    min-width: 440px;
    width: 100%;
    height: 100px;
    margin: 10px;
    color: azure;
    font-size: 12px;
    background-size: cover;
    background-position: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #1d2024; /* Color oscuro elegante */
    padding: 20px;
    /* border-radius: 10px; Bordes redondeados */
    text-align: center;
    color: white;
}
