#navigation_cont_top {
    justify-content: center;
    margin: 0 0 2vh 0;
}

#navigation_cont_bottom {
    justify-content: center;
    margin: 2vh 0 0 0;
}

#filter_cont {
    margin: 0 0 3vh 0;
    padding: 0 0 1vh 0;
    border-bottom: solid 1px var(--sepearator-gray);
}