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

::-webkit-scrollbar {
  width: 5px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

