h1{
    background-color: green;
    color: white; 
    font-size: 48px;
    font-weight: bold;
    text-align: center;

}
body{
    background-color: #C9F2AF;
}
h2{
    
    color: green;
    font-size: 35px;

}
h3{
    
    color: green;
    font-size: 30px;
}
p.center{
    text-align: center;
}

.fotohoofding{
    max-width: 100px;
    margin-top: 4px;
    margin-left: 15px;
    position: absolute;
}
.hoofding{
    display: block;
    background-color: green;
    color: white;
}

nav{
 color: white;
text-align: justify;
text-align: center;
white-space: nowrap;
}
main{
    text-align: center;
    margin-left: 200px;
    margin-right: 200px;
}
img{
    max-width: 500px;
}
form{
    line-height: 1.8;
}
iframe{
    margin-top: 20px;
}
.wittekst{
color: white;
}
.voet{
    color: black;
}
footer{
    text-align: center;
    margin-left: 200px;
    margin-right: 200px;
}
.rand{
    border-style:groove;
    border-radius: 5px;
}
.wit{
    background-color: white;
}