body {
    min-height: 100vh;
}

.footer {
    position: sticky;
    margin-top: 100px;
    top: 100vh;
    width: 100%;
}

.menu-btn {
    height: 100px;
}