* {

    margin: 0;
    
    }


header {

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

}


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;

    }

    p {

font-size: 18px;
font-family: calibri;
color: white;
padding: 4px;


    }

h2 {


font-size: 26px;
font-family: calibri;
color: white;
padding-bottom: 20px;

}    


.kop {

display: block;
padding: 20px;
background-color: black;

}

.tussen{

height: 20px;
width:100%;
margin: 5px;
background-color: white;

}

img {

padding: 10px;


}

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;

    }