body {
  font-family: 'Karla', sans-serif;
  font-size: 16px;
  padding: 3em;
}

h1 {
  font-family: 'Roboto Mono', monospace;
  font-weight: bold;
  text-transform: uppercase;
  color: #b3b2b3;
  font-size: 3em;
}

a {
  color: #0d0d0d;
  font-size: 1.5em;
  transition: color .2s ease;
}

a:hover {
  color: #00cc33;
}

li {
  margin-bottom: 1em;
}
