
.footer {
    background-color:#ABC4DC;
    margin-top: auto;
    text-align: center;
    padding: 20px;
    color: white;
}

.footer a {
    color: white;
    text-decoration: none;
    margin-left: 5px;
}

.footer img {
    max-width: 30px; /* Ancho máximo del icono */
    max-height: 30px; /* Altura máxima del icono */
}