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