
*{
    margin: 0%; 
 }

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

 }
 
 main{
 background-color: black;
 height: 450px;
 color: white;
 font-size: 58px;
 text-align: left;
padding-top: 20px;
padding-right: 400px; 
}

 
 main p{
 text-align: center;
 font-size: 25pt;
 }
 footer{
     background-color: orange;
 height: 120px;
 }
 nav a{
 color: white;
 text-decoration: none;
 text-align: center;
 font-size: 25pt;
 width: 450px;
 display: inline-block;


 }
 footer{
 width: 100%;

 font-size: 20pt;   
 color: white;
 position: fixed;
 left: 0;
 bottom: 0;
 background-color: #f8e804;
 }


 footer a{
  color: white;
  text-decoration: none;
  margin-top: 5%;
 }
 

 .naam{
  float: right;
  width: 100px;
  display: block;
  margin-right: 40px;
 }

 .contact {
  margin-top: 40px;
 }
 #plaatje {
 float: right;
 width: 350px;
 height: 300px;
 padding: 0px 32px 50px 0px;
 }
 
 
 main p img {
   float: right;
   margin-right: -300px;
 }
 main h1{
text-align: center;
padding-left: 240px;
 }

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

footer p {


  float: right;
  padding-top: 50px;
padding-right: 20px; 
}
main a{
text-decoration: underline;
color: wheat;
}
nav a:hover{
  color: darkgoldenrod;
  }