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

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

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

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