*{
   margin: 0%; 
}

nav{
background-color:#f8e804;
width: 100%;
height: 100px;
color: white;
padding-top: 50px;
text-align: center;
}

main{
background-color: black;
height: 500pt;
color: white;
font-size: 48px;
text-align: left;
padding-left: 30px;}


main h1{
text-align: center;
}
footer{
    background-color: #f8e804;
height: 120px;
}
nav a{
color: white;
text-decoration: none;
text-align: center;
font-size: 21pt;
width: 450px;
display: inline-block;
}
nav a:hover{
color: darkgoldenrod;
}


footer{
width: auto;
padding: 0px 65px 0px 35px;
font-size: 20pt;
color: white;

}
footer h1{
text-align: left;
text-decoration: none;
}
footer p{
  text-align: right;  
  padding: auto;
}
#plaatje {
float: right;
width: 350px;
height: 300px;
padding: 0px 32px 50px 0px;
}


footer h1 {
  float: left;
  padding-top: 20px;
}

footer p {
  float: right;
  padding-top: 30px;
}
main p{
padding-top: 70px;
}


a :hover{
color: black;
}
footer a{
text-decoration: none;
color: wheat;
}
