body::-webkit-scrollbar {
  width: 12px;               /* width of the entire scrollbar */
}
body::-webkit-scrollbar-track {
  background: #00000000;        /* color of the tracking area */
}
body::-webkit-scrollbar-thumb {
  background-color: #6368846b;    /* color of the scroll thumb */
  border-radius: 20px;       /* roundness of the scroll thumb */
}
