.gallery .thumb {
        margin-bottom: 20px;
    }

    .gallery img {
        transition: transform 0.3s ease-in-out;
        border-radius: 5px;
    }

    .gallery img:hover {
        transform: scale(1.05);
    }
