.project-card:hover {
    transform: translateY(-5px);
    transition: transform 0.3s ease-in-out;
}