.image-gallery {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.image-container {
    text-align: center;
    width: 200px;
}

.image {
    max-width: 200px;
    max-height: 300px;
    width: 100%;
    height: auto;
}