body {
  font-size: 18px;
}

::-webkit-scrollbar-track {
  border-radius: 10px;
  /* background-color: #1f2127; */
}

::-webkit-scrollbar {
  height: 6px;
  width: 6px;
  /* display: none; */
  background-color: #111827;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #2d3b48;
}

::-webkit-scrollbar-corner {
  background: #111827;
}
