body::-webkit-scrollbar {

width:5px;

}

body::-webkit-scrollbar-track {

box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

}

body::-webkit-scrollbar-thumb {

background-color:#fbaf0c;

/*outline: 1px solid slategrey;*/

border-radius:15px;

border:none;

outline: none;

}