.page-layout {
    min-height: 100vh;
    position: relative;
}
.main-content {
    position: relative;
    z-index: 1;
    min-height: calc(100vh - var(--header-height));
}
