.project-image {
    transition: transform 0.8s ease;
}

.project-image:hover {
    transform: scale(0.8); 
}
