.gallery{
    display: flex;
    width: 600px;
    flex-wrap: wrap;
}

.gallery img{
    width: 200px;
    height: 200px;
    object-fit:cover;
}