::-webkit-scrollbar
{
 background-color: rgb(61, 61, 61);
 width: 7px;
}
::-webkit-scrollbar-thumb
{
background-color:rgb(96, 95, 100) ;
}
