:target {
  scroll-margin: 10rem;
}

body {
  font-family: "Inter", serif;
  position: relative;
}

::-webkit-scrollbar {
  width: 12px;
}
  
::-webkit-scrollbar-track {
  background-color: #52525B;
}

::-webkit-scrollbar-thumb {
  background-color: #71717A; 
  border-radius: 4px;
}
  
::-webkit-scrollbar-thumb:hover {
  background-color: #A1A1AA;
}