
::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
::-webkit-scrollbar-thumb {
    background: #CC0000;
    border-radius: 5px;
}
::selection {
    background: #cc0000;
    color: #fff;
}








