::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  overflow-y: auto;
  overflow-x: auto;
}

::-webkit-scrollbar-track {
  background-color: #E3E1D9;
  border-radius: 100px;
  height: 20px;
  width: 20px;
}

::-webkit-scrollbar-thumb {
  border: 3px solid transparent;
  background-color: #C7C8CC;
  border-radius: 100px;
  background-clip: content-box;
  width: 20px;
  height: 20px;
}


