:root{--page-title-display:none;}/* Start custom CSS */html {
    scroll-snap-type: y proximity;
    scroll-behavior: smooth;
}

.menu-snap {
    scroll-snap-align: start;
}/* End custom CSS */