html,
body {
    background: #000;
    padding: 0px;
    margin: 0px;
    scroll-behavior: smooth;
}

body::-webkit-scrollbar {
    display: none;
}