/* styles.css */
.gallery img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    margin: 10px;
}