@media screen and (min-width: 961px) {
    ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: #9b674a;
    }

    ::-webkit-scrollbar-track {
        background-color: #350505;
    }

    ::-webkit-scrollbar {
        width: 7px;
    }

    ::-webkit-scrollbar-thumb:hover {
        background-color: ;
    }
}
