html {
    overflow-y: auto;
    overflow-x: hidden;
}
body {
    height: fit-content;
}
.footer-menu {
    position: fixed;
    margin: 0;
}
