/* Algemene tekststijl */
body {
  font-family: Georgia, serif;
  font-size: 16px;
  color: #222;
  line-height: 1.6;
  max-width: 600px;
  margin: auto;
  padding: 20px;
}

/* Kopteksten */
h1, h2, h3 {
  font-weight: normal;
  margin: 0 0 15px 0;
  line-height: 1.3;
}

/* Links */
a {
  color: #c0392b;
  text-decoration: none;
  font-weight: bold;
}

a:hover {
  text-decoration: underline;
}

/* Lijsten */
ul {
  margin: 15px 0;
  padding-left: 20px;
}

/* Footer */
footer, .footer {
  font-size: 12px;
  color: #777;
  margin-top: 40px;
  border-top: 1px solid #ddd;
  padding-top: 15px;
}
