footer {
    margin-top: 50px;
    background: var(--primary-color);
    color: white;
    padding: 50px 5px;
    text-align: center;
    border-radius: 5px 5px 0 0;
}

a {
    color: white;
    text-decoration: none;
}