::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

::-webkit-scrollbar-thumb {
  background-color: #B4B7BF;
  border-radius: 100px;
  transition: background-color .3s;
  &:hover {
    background-color: #84868C;
  }
}
