main{
    position: absolute;
    top:calc(var(--header_bar_h) + var(--header_menu_h));
    left:0px;
    width: 100%;
    height: calc(100% - var(--header_bar_h) - var(--header_menu_h) - var(--footer_H));
    z-index: 0;
}

main>div[class="page"]{
    position: absolute;
    top:0px;
    left:0px;
    width: 100%;
    height: 100%;
}
main>div:first-child{z-index: 1;}
main>div:last-child{z-index: 0;}