body { max-width: 77ch; background-color: white }
#main > p { text-align: justify }
#main a::before { content: "> " }
#main a[href^="gemini:"]::before { content: "♊ " }
#main a[href^="https:"]::before { content: "🌐 " }
blockquote {
    border: 1px solid grey;
    border-left: 6px solid grey;
    background-color: #eee;
    padding: 0.3em;
    margin-left: 0;
    margin-right: 0
}
blockquote > p { margin: 0 }
blockquote > p + p { margin-top: 1em }
figure {
    border: 1px solid grey;
    background-color: #eee;
    padding: 3px;
    margin-left: 0;
    margin-right: 0
}
figure:has(> pre) { overflow: scroll }
figure > img {
    display: block;
    max-width: 100%
}
figure > figcaption {
    font-size: 0.8em;
    font-family: monospace
}
a { text-decoration-style: dashed }
a:link, a:visited { color: #006d4b; }
a:hover, a:active {
    color: white;
    background-color: #006d4b
}
