::-webkit-scrollbar
{
 width: 12px;
 background: #000000;
}

::-webkit-scrollbar-track
{
 background: #000000;
 border-radius: 0px;
}

::-webkit-scrollbar-thumb
{
 background: #153cff;
 border-radius: 0px;
}