::-webkit-scrollbar {
    width: 5px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #20202040;
}

::-webkit-scrollbar-thumb:hover {
    background: #202020dd;
}

::selection {
    color: white;
    background-color: #3498db;
}