.link-exchange-footer {
    text-align: center;
    margin-top: 20px;
}

.link-exchange-list {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.link-exchange-list li {
    margin: 0 10px;
}

.link-exchange-list a {
    text-decoration: none;
    color: inherit; /* Tema rengini miras al */
}