body { font-family: 'Fira Code', monospace; font-size: 18pt}
.headline { font-weight: normal;}
.biography { width: 47ch; margin: 3ch auto; }
.underline { text-decoration: underline;}
.last-updated { margin-top: 3ch; }
a {color: #305f72; text-decoration:underline 1px #f18c8e}
@media screen and (max-width: 900px) {
    body { font-size: 12pt}
}
@media screen and (max-width: 500px) {
    body { font-size: 8pt}
}
