:root {
    font-family: monospace;
}
a {
    text-decoration: none;
}
.imgs {
    display: flex;
    flex-wrap: wrap;
    max-width: 600px;
    margin: 0 auto;
    justify-content: center;
}
.entry {
    display: flex;
}
.entry img {
    max-width: 500px;
}
.entry div {
    writing-mode: vertical-lr;
    text-orientation: sideways-right;
    padding: .4rem;
    text-align: center;
}