.project-icon {
  transition: transform 0.5s ease-in-out;
}

.project-icon:hover {
  transform: scale(0.9);
}
