 body {
            font-family: Arial, Helvetica, sans-serif;
            line-height: 1.6;
            color: #333;
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            background-color: #f9f9f9;
        }

        h1 {
            font-size: 28px;
            text-align: center;
            margin-bottom: 20px;
            color: #2c3e50;
            font-weight: normal;
        }

        h2 {
            font-size: 20px;
            color: #34495e;
            margin-top: 30px;
            margin-bottom: 10px;
            font-weight: normal;
            font-style: italic;
        }

        p {
            margin-bottom: 15px;
            text-align: justify;
        }

        .article-meta {
            font-style: italic;
            color: #7f8c8d;
            text-align: right;
            margin-top: 30px;
            font-size: 14px;
        }

        .sources {
            margin-top: 40px;
            font-size: 14px;
            color: #7f8c8d;
        }

        .sources h3 {
            font-size: 14px;
            color: #34495e;
            margin-bottom: 5px;
        }
        /* ===== TERUG KNOP ===== */
.back-button {
  display: inline-block;
  margin-bottom: 30px;
  font-size: 14px;
  text-decoration: none;
  color: #3a2b2b;
  border: 1px solid #9e9b9b;
  padding: 6px 12px;
}

.back-button:hover {
  background: #eb1f1f;
  color: #f9f7f7;
}