html,
body {
    background-color: #f1f1f1;
    overscroll-behavior: none;
    scroll-behavior: smooth;
}

::-moz-selection, ::selection {
    background: #ff8400;
}

::selection {
    background: #ff8400;
}