footer {
    padding-top 5px;
    border-top: 1px solid #dedede;
}

    footer > div {
        text-align: center;
    }

    footer a {
        text-decoration: none;
        color: var(--color-primary) !important;
        margin: 0px 5px 0 5px;
    }
