html,
body {
  padding: 0;
  margin: 0;
  color: #171a20;
  width: 100%;
  height: 100%;
}

*,
*::before,
*::after {
  margin: 0;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

::-webkit-scrollbar {
  max-width: 0.6rem;
  max-height: 0.6rem;
  background-color: hsl(0, 0%, 95%);
}

::-webkit-scrollbar-track {
  background-color: hsl(0 0% 0% / 0%);
}

::-webkit-scrollbar-thumb {
  background-color: hsl(0, 0%, 83%);
  border-radius: 100vw;
  border: 0.1rem solid transparent;
  background-clip: content-box;
}

::-webkit-scrollbar-thumb:hover {
  background-color: hsl(0, 0%, 70%);
}

a {
  text-decoration-thickness: 0.5px;
  text-decoration: none;
  color: #365dbf;
}

a:hover {
  text-decoration-thickness: 0.5px;
  text-decoration: underline;
}

a:visited {
  color: #365dbf;
}

a:active {
  color: #365dbf;
}
