body {
    --full-height: calc(100vh - 56px - 35px);
}

footer {
    overflow: hidden;
}

footer .link-container:last-child:nth-child(2) {
    margin-left: auto;
}

footer a {
    color: var(--gray-dark);
    /*text-decoration: underline*/;
}
