body {
    font-family: Arial, Helvetica, sans-serif;
}
article {
    text-indent: 2vw;
    border-bottom: 1px solid antiquewhite;
    display: flex;
    padding: 2vh 3vw 2vh 3vw;
}
figure {
    margin: 0;
    padding-right: 1em;
}
h1, h3{
    text-decoration-color: navy;
    font-family: Constantia, "Lucida Bright", serif
}
article:has(img){
    border: 2px ridge #9ac7f5;
}
article:has(figcaption){
    border: 2px solid black;
    margin-right: .5em;
    font-style: italic;
}
a:link{
    text-decoration: underline;
}
a:visited{
    color: aqua;
}
a:hover{
    font-weight: 800;
}
a:focus{
    text-decoration: none;
}
