::selection {
    background-color: #0A0B13;
    color: #FFF;
}

::-webkit-scrollbar-track {
    background-color: #01030e;
    border: 0px none #01030e;
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background-color: #999999;
    border: 2px solid #01030e;
    border-radius: 5px;
}

::-webkit-scrollbar {
    width: 8px;
}