:root {
    --bottom-bar-height: 60px;
}

#bottom-bar {
    height: var(--bottom-bar-height);
}

#bottom-bar footer {
    height: inherit;

    display: flex;
    justify-content: center;
    align-items: center;
}

#bottom-bar a {
    font-size: 1.4em;
}