.animka {
  transition: transform 0.3s ease;
}
.animka:hover {
  transform: scale(1.05);
}

html{
  scroll-behavior: smooth;
}