.layout-sticky-footer {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.layout-sticky-footer main {
    flex: 1 0 auto;
}

footer.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
}
