body {
  font-family: Georgia, "Times New Roman", serif;
  background-color: #f4f1ea;
  color: #2b2b2b;

  max-width: 700px;
  margin: 40px auto;
  line-height: 1.6;
  padding: 0 20px;
}

h1 {
  font-weight: normal;
}

a {
  color: #2f5e8c;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.center {
  text-align: center;
}