body {
  background-color: #f9f9f9;
  font-family: "Georgia", serif;
  color: #222;
  padding: 2em;
  line-height: 1.6;
}

h1 {
  text-align: center;
  margin-bottom: 1em;
}

p {
  max-width: 720px;
  margin: 0 auto 1em auto;
  text-align: center;
}

a {
  display: block;
  text-align: center;
  margin-top: 3em;
  text-decoration: none;
  color: #666;
}

a:hover {
  text-decoration: underline;
}