html {
    margin: 0;
    overscroll-behavior: none;
}

* {
    overscroll-behavior: none;
}

body {
    user-select: none;
}