.art-piece {
    text-align: center;
}

.art-piece img {
    width: 100%;
    max-width: 100%;
    border-radius: 4px;
    display: block;
}

.art-year {
    font: bold calc(14px + 0.6vw) "Courier New", Courier, monospace;
    color: var(--yellow);
    -webkit-text-stroke: 1px #000;
    text-shadow:
        1px 1px 0 #000,
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000;
    margin-top: 14px;
}

.art-caption {
    margin-top: 8px;
    font-size: calc(11px + 0.2vw);
    color: #444;
}
