h1,
h2,
h3 {
    background-color: #1E64C8;
    color: white;
}

h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover {
    background-color: #8BBEE8;
}

header {
    padding-left: 40px;
    padding-right: 40px;
}

mark {
    background-color: #FFD200;
}

table img {
    height: 150px;
}

.afbeelding {
    text-align: center;
    padding: 10px;
}

header img {
    height: 100px;
}

header figure {
    float: right;
    text-align: center;
}

main {
    clear: both;
}

table {
    margin-left: auto;
    margin-right: auto;
    border-collapse: collapse;
}

table,
th,
td {
    border-style: double;
    border-width: 4px;
    border-color: black;
}

ul {
    list-style-type: square;
}

footer {
    font-size: small;
    margin-bottom: 20px;
}

body>footer {
    margin-top: 20px;
    font-weight: bold;
    font-variant: small-caps;
}

iframe {
    width: 100%;
    border-radius: 15px;
}

fieldset {
    border-style: solid;
    border-width: 2px;
    border-color: #FFD200;
    padding: 20px;
}

legend {
    color: #1E64C8;
}

.knop {
    margin-left: 20%;
    margin-right: 20%;
}

#verzendknop {
    height: 45px;
    padding: 5px;
}

textarea {
    width: 100%;
}