body {
     margin-top: 4em;
     text-align: center;
}

h1 {
     margin-bottom: 0.75em;
     font-size: 48pt;
     font-weight: bold;
}

h2 {
     margin-bottom: 2em;
}

ul {
     list-style-type: none;
     padding-left: 0;
     font-size: small;
}

noscript p {
     padding-top: 1em;
     color: darkgreen;
     font-size: x-small;
}

p.source {
     font-size: x-small;
}

img {
     border: 0;
     aspect-ratio: 80/15;
     width: 100%;
     object-fit: contain;
/*
     max-width: 100%;
     display: block;
*/
}

div.footer {
    color: gray;
    font-size: small;
    font-style: italic;
    margin-top: 4em;
}

/* here, or put in print.css and use <link rel="stylesheet" href="style.css" media="print"> */
@media print {
     /* print styles goes here */
}
