header {
    background: transparent url("afbeeldingen/header-afbeelding.jpeg") top center;
    background-size: cover;
    height: 150px;
    color: white;
    padding: 1rem 2rem;
    text-shadow: 4px 4px #000000;
    margin-bottom: 2rem;
}


img{
    width: 100%;
    height: auto;
}

footer {
    margin-top: 2rem;
    background-color: beige;
    padding: 1rem 0;
}