::-webkit-scrollbar {
    width: 5px;
    height: 5px;
    transition: 200ms;
}

::-webkit-scrollbar-thumb {
    background: #225e9a5c;
    border-radius: 10px;
    box-shadow: 0 0 5px transparent;
}

::-webkit-scrollbar-track {
    background: transparent;
    border: 1px solid transparent;
    border-radius: 10px;
}

::-webkit-scrollbar-corner {
    background: transparent;
}