* {

    margin: 0;
    
    }

header {

    width: 100%;
    height: 140px;
    background-color:red;
    text-align: center;
    padding-top: 50px;
    font-family: broadway;
    color: White;
    font-size: 40px; 

}

p {

font-family: calibri;
font-size: 20px;
text-align: left;

}

.first {


background-color: lightgrey;
width: 100%

}

nav {

    width: 100%;
    background-color:black;
    height: 55px;
    Font-family: Calibri;
    color: grey;
    text-align: center;
    margin-bottom: 5px;
    
    }
    
    nav a {
    
        display: inline-block;
        color: grey;
        font-family: Hadassah Friedlaender;
        font-size: 30px;
        text-decoration: none;
        font-weight: bold;
        color: white;
        width: 300px;
        
        
    }
    
    nav :hover{
    
    color: grey;

    }

    .second {

height: 100px;
background-color: black;
width: 100%;
margin-bottom: 5px;
margin-top: 5px;
border-radius: 0px;

 
}

  .third {

height: 600px;
background-color: lightgrey;
width: 100%;
border-radius: 30px;

    
}

footer {
    clear: both;
    width: 100%;
    height: 300px;
    background-color: red;
    margin-top: 5px;
    
    }
    
    
    footer p {
        padding-top: 240px;
        padding-right: 20px;
        text-align: right;
    }
    
    footer a {
    
    font-family: calibri;
    font-size: 26px;
    text-align: left;
    color: white;
    padding-left: 20px;
    
    }

    h2 {

text-align: center;



    }


article {
display: block;
background-color: darkgrey;
height: 200px;
margin: 5px;
width: 45%;
padding: 30px;
border-radius: 50px;
float: left;
}

.plaatje {
    background-color: white;
    text-align: center;
}

 img {
    height: 100%;

}

.kippetje {

width: 20%;
background-color: white;
text-align: center;


}