@font-face {
  font-family: 'xkcd';
  src: url(https://cdn.rawgit.com/ipython/xkcd-font/master/build/xkcd.otf);
}
body {
  font-family: 'xkcd', sans-serif;
  font-weight: 100;
  font-size: 1.5rem;
  line-height: 1.1;
  text-transform: uppercase;
  max-width: 44rem;
  margin: 1rem auto;
}

h1, h2 {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}

h1 {
  font-size: 150%;
  text-decoration: underline;
  margin-bottom: .5rem;
}

h2 {
  font-size: 90%;
  margin-bottom: 1rem;
}

ul {
  list-style-type: disc;
  padding-left: 2rem;
  margin-left: 1rem;
  line-height: 1.4;
}
