/* Start custom CSS */::-webkit-scrollbar {
    width: 1vw;
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(to bottom, transparent, #b81c32);
    border-radius: 20px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(to bottom, transparent, #b81c32);
}

body {
    overflow: auto;
}/* End custom CSS */