/* Zorg dat de hoofdonderwerpen meer ruimte boven zich krijgen */
h2, h3 {
    margin-top: 1rem !important; /* Ruimte boven Education, Experience, etc. */
    margin-bottom: 0rem !important; /* Ruimte direct onder de kop */
}

/* De paragrafen onder de kopjes iets compacter */
p {
    margin-bottom: 0rem;
    margin-top: 0rem;
}

ul, ol {
    margin-top: 0rem;
    margin-bottom: 1rem;
}

img {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.about-container {
    padding: 0px 25px;
    line-height: 1.6;
}
