.skill-item {
    transition: transform 0.3s ease-in-out;
  }
  
  .skill-item:hover {
    transform: translateY(-10px);
  }
  