body {
    font-family: Arial, sans-serif;
    background: #f8f8f8;
    color: #333;
}

.artikel-container {
    background: white;
    max-width: 800px;
    margin: auto;
    padding: 30px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    border-radius: 10px;
}

.artikel-container img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.subtitel {
    color: #666;
    font-size: 1.1em;
    margin-top: 10px;
}

h1 {
    font-size: 2em;
    margin-top: 10px;
}

.datum {
    color: #aaa;
    font-size: 0.9em;
    margin-bottom: 20px;
    margin-bottom: 40px; /* extra ruimte onder h1 */
}

.tekst {
    line-height: 1.6;
    font-size: 1.1em;
}

figure {
    text-align: center;
    margin-bottom: 40px; /* extra ruimte onder h1 */
}

figure figcaption {
    margin-top: 10px;
    font-size: 0.9em;
    color: #555;
}

.custom-heading {
    font-family: Arial, sans-serif;
    color: #2c3e50;
    border-bottom: 2px solid #2c3e50;
    padding-bottom: 5px;
    margin-top: 15px;
    margin-bottom: 15px;
}

.custom-subheading {
    font-family: Arial, sans-serif;
    padding-bottom: 3px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 1.3em;
}

.custom-subsubheading {
    font-family: Arial, sans-serif;
    padding-bottom: 3px;
    margin-top: 30px;
    margin-bottom: 5px;
    font-size: 1.1em;
}