* {

    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;

    }

    article {

margin: 5px;
background-color:  lightgrey;

    }

article h1{

font-size: 36px;
font-family: calibri;
text-align: center;
padding: 20px;


}

article p{

font-family: calibri;
font-size: 20px;
padding: 4px;

}

article h2 {

margin-top: 5px;
margin-bottom: 5px;
font-size: 30px;
font-family: calibri;


}


.black {
    background-color: black;
    height: 60px;
    width: 100%;
    color: white;
    font-size: 36px;


}


.lichtgrijs {
    background-color: lightgray;
    padding-bottom: 26px;
}


footer {
    clear: both;
    width: 100%;
    height: 300px;
    background-color: red;
    
    }
    
    
    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;
    
    }

    main {
        width: 90%;
        margin: 0 auto;
    }
    article {
        width: 45%;
        float: left;
        padding: 10px;
        height: 300px;
       margin: 10pxz 20px;
    }

    body {


background-color: grey;

    }


    .plaatje {
        background-image: url("weights.jpg");
        background-position: center;
        background-size: cover;
        
        height: 315px;
    }