body{
    background: white;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: lighter;
    margin: 0;
    padding: 0;
    font-weight: normal;
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

section, header, footer{
    display: flex;
    flex-direction: row;
}

h3 {
    font-weight: normal;
}

.bgIMG {
    background-image: url("afbeeldingen/Black&whiteLogo.jpg");
    background-color: rgb(255, 255, 255);
    background-size: 600px;
    background-position-x: center;
    margin-top: -13%;
    opacity: 20%;
    position: fixed;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
}

header img {
    z-index: 100;
    position: relative;
    width: 150px;
    margin-top: 2%;
    margin-bottom: 50px;
    margin-left: 6.5%;
}

div {
    font-weight: bold;
    position: relative;
    padding: 20px;
    margin: auto;
    width: 550px;
}

div img {
    width: 100px;
}

footer {
    margin-top: auto;
    position: relative;
    background-color: red;
    height: 50px;
    color: white;
}

footer h3 {
    margin: auto;
}

a {
    color: rgb(79, 79, 79);
}

.Rood {
    color: red;;
}