::-webkit-scrollbar{

    width:8px;

}

::-webkit-scrollbar-thumb{

    background:#00d4ff;
    border-radius:20px;

}

::-webkit-scrollbar-track{

    background:#111;

}