::-webkit-scrollbar {
    width: 13px;
    height: 0px;
}

::-webkit-scrollbar-thumb {
    background: #252525;
    border-radius: 15px;
    background-clip: content-box;
    border: 5px solid transparent;
}

::-webkit-scrollbar-thumb:hover {
    background: #353535;
    background-clip: content-box;
    border: 5px solid transparent;
}

::-webkit-scrollbar-track {
    background: #ffffff00;
}

::selection {
    color: white;
    background-color: #3498db;
}