body {
    background: white;
}

html {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.html::-webkit-scrollbar {
    display: none;
}