html {
  scroll-behavior: smooth;
}

/* Дополнительная настройка для плавной анимации */
body {
  scroll-behavior: smooth;
  transition: scroll 3s ease-out;
}