html {
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
  background: #026b58;
  border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #014c3f;
}

body {
  overflow-y: scroll;
}

*:focus-visible {
  outline: 2px solid #026b58;
  outline-offset: 2px;
}
