h1, h2{
    background-color: rgb(30, 100, 200); 
}
h1:hover, h2: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;
}
td{
    padding: 10px; text-align: center;
}
header img{
    height: 100px; 
}
header figure{ 
    float: right;
    text-align: center;
}
main{ /*tekstterugloop: de tekst moet onder de afbeelding verder gaan*/
    clear: right;
}
th, td{
    border-width: 4px;
    border-style: double;
}
table{
    margin: auto;
    border-collapse: collapse;
}
ul{
    list-style: square inside;
}
footer{ /*controleren of het juist is: tablad 1 nummer 15*/
    font-size: small;
    margin-bottom: 20px;
    margin-top: 20px;
    font-weight: bold;
    font-variant: small-caps;
}
iframe{
    width: 100%;
    border-radius: 15px; /*hoeken afronden: tablad 1 nummer 14 -> border-radius staat niet in API ?*/
}
/*vanaf hier voor aankoopformulier css -> tablad 2 dodona*/
fieldset{
    border-width: 2px;
    border-style: solid;
    border-color: rgb(255, 210, 0);
    padding: 20px;
}
legend{
    color: rgb(30, 100, 200);
}
.button{
    margin-left: 20%;
    margin-right: 20%;
}
#verzend{
    height: 45px;
    padding: 5px;
}
textarea{
    width: 100%;
}