body {
  font-family: helvetica;
  max-width: 800px;
  margin: 100px auto;
}

a:visited {
  color: blue;
}

footer {
  position: fixed;
  bottom: 100px;
  width: 100%;
  text-align: left;
}
