h1, h2, h3 {
    background-color: #1E64C8;
    color: white;
}


h1:hover, h2:hover, h3:hover{
   background-color: #8BBEE8;
}


header{
   padding-left: 40px;
   padding-right: 40px;
}

header img{
   height: 100px;
}

header figure{
   float: right;
   text-align: center;
}


main{
   clear:both;
}


mark{
   background-color: #FFD200;
}


table img{
   height: 150px;
}

td.foto{
   text-align: center;
   padding: 10px;
}

table, th, td{
   border: 4px double black;
}

table{
   margin: 0 auto;
   border-collapse: collapse;
}

ul{
   list-style-type: square;
}

iframe{
   width: 100%;
   max-width: 100%;
   border-radius: 15px;
}


footer{
   font-size: small;
   margin-bottom: 20px;
}

body > footer{
   margin-top: 20px;
   font-weight: bold;
   font-variant: small-caps;
}

fieldset{
    border: 2px solid rgb(255, 210, 0) !important;  /* UG-geel */
    padding: 20px;
}
legend{
    color: rgb(30, 100, 200);   /* UG-blauw */
}
button.knoppen{
    margin-left: 20%;
    margin-right: 20%;
}
#verzendknop{
    height: 45px;
    padding: 5px;
}
textarea{
    width: 100%;
    box-sizing: border-box;
}
