body {
  font-family: helvetica;
  background-color: #f1f4f4;
}

#wrapper {
  width: 700px;
  margin: 100px auto;
  padding: 25px;
  background-color: #fff;
  text-align: center;
}

h1 {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 100px;
  color: #405156;
}

#elsewhere {
  color: #999;
}

#elsewhere a {
  padding: 5px 10px;
  color: #333;
  text-decoration: none;
}

#elsewhere a:hover {
    background-color: #405156;
    color: #fff;
}
