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

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

::-webkit-scrollbar-thumb {
  background-color: #7346b7;
  border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #90d234;
  }
