/* css styles */
figure {
    border: solid 1px;
    color: #dee2e6;
    padding: 10px; 
    border-radius: 2.5%;
}

figure:has(img.no-border) {
    border: 0;
}

figcaption {
    font-style: italic;
    font-weight: bold;
}

pre.output {
    background-color: #f8f9fa;
}