::-webkit-scrollbar {
  overflow: scroll;
  width: 11px;
}

::-webkit-scrollbar-track {
  background-color: #eee5e5;
}
::-webkit-scrollbar-thumb {
  border-radius: 25px;
  background-color: #4525f2;
}
