/* Resize the logo image and other images so that they will
   fit on small screens such as phones.  2021-12-05 */
img {
    max-width: 100%;
}

/* Add a line under the H1 and H2 headings.  2021-12-05 */
h1, h2 {
    border-bottom: 1px solid #8cacbb;
    font-weight: normal;
}