
:root {
    --kleur-wit: #ffffff;
    --kleur-groen: #626a23;

}

body {
    font-size: 18px;
    background: var(--kleur-groen);
    color: var(--kleur-wit);
    font-family: Inter,serif;
}
img, iframe {
    max-width: 100%;
}

h1 {
    font-family: Inter,sans-serif;
    font-weight: 700;
}
h2 {
    font-family: Inter,sans-serif;
    font-weight: 700;
}
h3 {
    font-family: Inter,sans-serif;
    font-weight: 700;
}
h4 {
    font-family: Inter,sans-serif;
    font-weight: 700;
    margin-bottom: 16px;
}
h5 {

}

a {
    color: var(--kleur-wit);
    text-decoration: none;
}
a:hover,
a:focus {
    color: var(--kleur-wit);
    text-decoration: underline;
}

img.logo {
    max-width: 400px;
    padding: 30px;
    background:  var(--kleur-wit);
}
