/* footer styles */

* {
    margin: 0;
    padding: 0;
}

footer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 0 3%;
    border-top: 1px solid var(--footer-border);
    font-size: 14px;
}

footer .content {
    width: 100%;
    max-width: 1280px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
}
