body {
    margin-top: -2%;
}
body::-webkit-scrollbar {
width: 12px;               /* width of the entire scrollbar */
}

body::-webkit-scrollbar-track {
background: #fff;        /* color of the tracking area */
}

body::-webkit-scrollbar-thumb {
background-color: #fff;    /* color of the scroll thumb */
border-radius: 20px;       /* roundness of the scroll thumb */
border: 3px solid #fff;  /* creates padding around scroll thumb */
}