@font-face {
  font-family: 'trashhandregular';
  src: url('TrashHand-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-decoration: none;
  vertical-align: baseline;
  box-sizing: inherit;
  color: inherit;
  background: transparent none;
}
html,
body {
  font-size: 14pt;
  font-family: trashhandregular, Trashhand, handwriting;
  font-style: normal;
  font-weight: normal;
  box-sizing: border-box;
  color: white;
  background: black;
}
body {
  text-align: center;
}
h1 {
  font-size: 72pt;
  margin: 1em 18pt 48pt;
}
li,
ul {
  list-style-type: none;
}
li {
  font-size: 32pt;
  margin-top: 1em;
}
a {
  text-decoration: underline;
}
