/*width*/
::-webkit-scrollbar {
width:8px;
height:8px;
}
/*track*/
::-webkit-scrollbar-track {
background:rgb(49, 49, 49);
border-color:rgb(244, 199, 82);
}
/*thumb*/
::-webkit-scrollbar-thumb {
background:rgb(244, 199, 82);
border-color:rgb(51, 51, 51);
}