header, h4, p, hr, dl {
    max-width: 650px;
    margin: 20px auto;
    padding: 0 10px;
}

header {
    margin: 60px auto;
    margin-bottom: 40px;
}
header a#hand {
    width: 30px;
    height: 30px;
    margin-bottom: 30px;
}
main {
    margin-bottom: 70px;
}
h1 {
    font-size: 34px;
    word-break: break-word;
}
h4 {
    font-weight: normal;
    font-size: 24px;
    margin-top: 40px;
}
#label {
    display: inline-block;
    font-family: Courier, monospace;
    font-size: 16px;
    color: var(--color-1);
    background-color: aliceblue;
}
p, dl {
    font-family: 'Times New Roman', Times, serif;
    line-height: 1.3em;
}
dl {
    margin-top: 40px;
    padding-bottom: 40px;
}
dl dt {
    font-style: italic;
    margin-top: 20px;
    margin-bottom: 10px;
}
img, video, iframe {
    width: 100%;
}
iframe {
    height: 50vh;
}
figure {
    max-width: 700px;
    margin: 40px auto;
    text-align: center;
}
figcaption {
    /* font-family: Courier, monospace; */
    font-size: 14px;
    text-align: center;
    margin-top: 15px;
    padding: 0 10px;
    color: #727272;
}
figcaption a {
    color: #727272;
}
.medium {
    max-width: 400px;
}
.shadow {
    box-shadow: 0px 0px 15px 0px #00000059;
}
.diptych {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 15px;
}
.triptych {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    align-items: center;
    gap: 15px;
}
/* .triptych img {
    width: ;
} */
a {
    color: black;
}
hr {
    border: 0;
    border-bottom: 2px dashed #000;
}
code {
    font-size: 19px;
    background: #942aff1f;
}
#subscribe {
    border-top: 6px double #000;
    margin-top: 80px;
    padding-top: 40px;
}
#email-icon {
    width: 80px;
    height: 80px;
    float: left;
    margin-right: 20px;
}
footer p {
    margin-top: 0;
}

@media(max-width: 600px) {
    h1 {
        font-size: 28px;
    }
}


