body {
  font-family: Georgia, serif;
  line-height: 1.6;
  max-width: 700px;
  margin: 40px auto;
  padding: 0 15px;
  background: #fafafa;
  color: #222;
}

h1 {
  text-align: center;
  margin-bottom: 30px;
}

a {
  color: #0066cc;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

ul {
  list-style-type: none;
  padding: 0;
}

ul li {
  margin: 8px 0;
} 