::-webkit-scrollbar {
    width: 6px;
}

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

::-webkit-scrollbar-thumb {
    background: #00a9e5;
    border-radius: 0px;
}