.gallery{
    display: flex;
    width: 100%;
}

.gardenImage{
    margin: 2%;

}

img{
    width: 100%;
    height: auto;
    margin: auto;
}