html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
}

html {
  scrollbar-width: thin;
  scrollbar-color: #d4af37 #07111f;
}

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

::-webkit-scrollbar-track {
  background: #07111f;
}

::-webkit-scrollbar-thumb {
  background: #d4af37;
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: #e5c85c;
}
