/* Start custom CSS */body{ background-color: #272727}
body {
    max-width: 100%;
    overflow-x: hidden;
}
::-webkit-scrollbar{
    width: 0.9vw;
    background: #777;
}
::-webkit-scrollbar-thumb{
    background: -webkit-linear-gradient(transparent,#30ff00);
    background: linear-gradient(transparent,#c5a47e);
    border-radius: 20px;
}/* End custom CSS */