body {
   margin: 1rem 1rem;
   font-family: monospace;
   font-size: 1rem;
}

h1 {
   font-size: 1.5rem;
}

h2 {
   font-size: 1.25rem;
}

h3 {
   font-size: 1rem;
}

h4 {
   font-size: 0.75rem;
}

h1 > em {
   font-size: 1rem;
}

em {
   color: gray;
}

a {
   text-decoration: none;
   color: steelblue;
}

a:hover {
   text-decoration: underline;
}
