.gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.gallery img {
    max-width: 100%;
    height: auto;
    border-radius: 5px;
}
