#zdj ul {
    list-style-type: none;

    padding: 0;

    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 1em;
}
#zdj li {
    display: flex;
    flex-flow: column nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    gap: .2em;
}
img {
    max-height: 400px;
}
#zdj a {
    color: #103018DD;
    font-style: italic;
}