html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  height: 8px;
  width: 8px;
}
::-webkit-scrollbar-thumb {
  background: #2a3140;
  border-radius: 4px;
}
::-webkit-scrollbar-track {
  background: transparent;
}
