html {
  font-family: Courier New, Courier, Lucida Sans Typewriter, Lucida Typewriter,
    monospace;
  margin: 2em;
}
h2 {
  color: rgb(30, 73, 97);
}

header {
  font-size: 1em;
}

footer {
  position: fixed;
  bottom: 2em;
  right: 2em;
  font-size: 0.8em;
}

img.me {
  height: 4em;
  width: 4em;
  border-radius: 2em;
}

a {
  color: rgb(28, 106, 148);
}
a:visited {
  color: rgb(218, 26, 26);
}

.container {
  max-width: 34em;
}

.fineprint {
  margin-top: 1.5em;
  color: grey;
  font-size: 0.7em;
}
