

@media screen and (min-width: 961px) { ::-webkit-scrollbar-thumb { border-radius: 10px; background-color: #19100f; } ::-webkit-scrollbar-track { background-color: #f9f1ed; } ::-webkit-scrollbar { width: 10px; height: 10px; } ::-webkit-scrollbar-thumb:hover { background-color: #F2D39D; }