body {
    font-family: Courier;
    color: #333;
    font-size: 1.0rem;
}
a {
    color: #033;
}
p {
    font-family: monospace;
    line-height: 2.0rem;
}
p.mid {
    text-align: center;
}
h1 {
    text-align: center;
    margin: 0 auto;
    width: 50%;
    border-top: 1px solid #666;
    border-bottom: 1px solid #666;
    line-height: 4.0rem;
}
footer {
    display: flex;
    justify-content: center;
    padding: 5px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    color: #666;
}
img {
    display: block;
    margin: auto;
    width: 42%;
    height: auto;
}
figcaption {
    text-align: center;
    font-family: monospace;
    font-size: 0.8rem;
    color: #666;
}
p.small {
    font-size: 0.84rem;
}
