body {
  background: #fff;
}
.main {
  width: 600px;
  margin: 100px auto 0;
  text-align: center;
}

.logo {
  margin-bottom: 40px;
}

.links a {
  margin: 0 20px;
  color: #444;
  font-size: 22px;
  font-family: serif;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
}

.links a:hover {
  text-decoration: underline;
}