h1,
h2,
h3,
h4,
h5,
h6 {
    background-color: rgb(30, 100, 200);
    color: white;
}

h1:hover,
h2:hover,
h3:hover,
h4:hover,
h5:hover,
h6:hover {
    background-color: rgb(139, 190, 232);
}

header {
    margin-left: 40px;
    margin-right: 40px;
}

mark {
    background-color: rgb(255, 210, 0)
}

table img {
    height: 150px;
    padding: 10px;
}

.tabelimg {
    margin: auto;
    padding: 10px;
}

header img {
    height: 100px;
}

header figure {
    margin-left: auto;
    text-align: center;
    width: fit-content;
}

td {
    border-style: double;
    border-width: 4px;
}

table {
    border-collapse: collapse;
    margin: auto;
}

ul {
    list-style-type: square;
}

section footer {
    font-size: small;
    margin-bottom: 20px;
}

iframe {
    border-radius: 15px;
    width: 100%;
}

body>footer {
    margin-top: 15px;
    font-weight: bold;
    font-variant: small-caps;
}

fieldset {
    border-style: solid;
    border-width: 2px;
    border-color: rgb(255, 210, 0);
    margin: 20px;
}

legend {
    color: rgb(30, 100, 200);
}

.knop {
    margin-right: 20%;
    margin-left: 20%;
}

#verzendknop {
    padding: 5px;
    height: 45px;
}

textarea {
    width: 100%;
}