
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

a {
  transition: color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
</style>
