.instagram-link-kutu{
  position: relative;
  transition: transform 0.3s ease;
}

.instagram-link-kutu:hover {
  transform: translateY(-5px);
}
