body {

}

gallery {
    background: red;
    display: flex;
    gap: 1em;
    margin: 10%;
}

piece {

}

piece img {
    max-width: 15em;
}