/* Плавная прокрутка страницы */
html {
	scroll-behavior: smooth;
}
[class] {
  scroll-margin-block: 20vh;
}