.fs-l-page {
    display: flex;
    flex-direction: column;
    min-height: 100vh; 
}

.fs-l-main {
    flex-grow: 1;
}