
::-webkit-scrollbar{
    width: 12px;
}

    ::-webkit-scrollbar-thumb{
        background:#575353;
        border-radius: 5px;       
}

