footer {
    margin-top: 50px;
    border-radius: 64px 64px 0 0;
    background: var(--secondary-color);
    padding: 40px;
    color: white;
}

.footer-links {
    display: flex;
    flex-direction: column;
}

.footer-links a {
    margin-bottom: 10px;
    color: var(--color-second-grey);
    font-family: "Montserrat Light";
}

.footer-legal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: start;
    margin-top: 30px;
}

.footer-links a {
    color: var(--color-second-grey);
    font-weight: 300;
}

.footer-copyright small {
    color: var(--color-second-grey);
    font-family: "Campton";
}

.footer-copyright img {
    width: 100%;
}

.footer-copyright small {
    font-family: "Montserrat Light";
    line-height: 1.3;
}
