@charset "utf-8";

* {
  scrollbar-width: thin;
  scrollbar-color: #7F9F7F ;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 12px;
}

*::-webkit-scrollbar-track {
  background: #fff ;
}

*::-webkit-scrollbar-thumb {
  background-color: #111;
  border-radius: 5px;
  border: 1px solid #7F9F7F;
}