body {
    box-sizing: border-box;
    margin: 0;
    overflow-x: hidden;
    padding: 0;
}

html {
    scrollbar-gutter: stable;
}
