::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}
::-webkit-scrollbar-thumb {
    background: #474747;
    border-radius: 5px;
}
::-webkit-scrollbar-corner {
    background: transparent;
}
/*::-webkit-scrollbar-track {
    background: #2e2e2e;
}*/


/*haha i stole this code from the dogecoin website*/