.underline-hover {
  text-decoration: none;
  transition: all 0.2s ease;
}

.underline-hover:hover {
  text-decoration: underline;
}

/* Отступ для якорей под хедер */
:target {
  scroll-margin-top: 100px;
}