footer {
    background: #1b1b1b;
    color: white;
    padding: 20px;
    border-top: 5px solid #3279BC;
}

.brand-registered {
    font-size: 0.9rem;
    font-weight: 400;
    opacity: 0.6;
}

.link {
    text-decoration: none;
    cursor: pointer;
    color: white !important;
}

@media (max-width: 576px) {
    .container-links {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
}