* {
  margin: 0;
  padding: 0;
  font-family: "Lucida Console", Monaco, monospace;
  color: #39ff14;
  line-height: 1.5em;
  text-decoration: none;
}

a:hover {
  color: #1bae00;
}

footer {
  text-align: center;
  left: 0;
  right: 0;
  bottom: 1em;
  font-size: 0.75em;
}