#h {
    position: fixed;
    width: 100%;
    font-size: var(--fs-15);
    top: 0;
    z-index: var(--z-index-header);
}

#h + #space_topbar {
    height: var(--topbar-height);
}

a {
    color: var(--font-black);
}