html {
    scroll-behavior: smooth;
}

body {
    background-color: rgb(32, 37, 41);
    font-family: "Roboto", "Helvetica Neue", sans-serif;
    padding: 0;
    margin: 0;
    overflow-y: auto;
    display: none;
    scroll-behavior: smooth;
}