.footer {
    background-color: var(--base-dark);
    color: white;
    text-align: center;
    padding: 1em 0;
}

.footer-links a {
    text-decoration: none;
    color: #000;
    font-weight: bold;
}