html {
  scroll-behavior: smooth;
}

*::-webkit-scrollbar {
  width: 7px;
}

*::-webkit-scrollbar-track {
  background: #000;
}

*::-webkit-scrollbar-thumb {
  background: linear-gradient(to bottom, #2D9D5E, #103721);
  border-radius: 20px;
  border: 0.5px solid #000;
}
