body {

	font-family: Georgia, serif;
	background: url("/img/krant-blok.avif");/*ik heb dit van w3schoolsovergenomen*/
	max-width: 1200px;
	 margin: 0 auto; 
	min-height: 70vh;
	background-size: cover;

}
html {
    background-color:white;
}

header {
	background-color: #800000;
	color: white;
	text-align: center;
	padding: 20px;
}


nav ul {
	display: flex;
	justify-content: center;
	list-style: none;
	gap: 30px;
	margin-top: 15px;
}

nav a {
	text-decoration: none;
	color: white;
}

div {
    max-width: 900px;
    margin: 30px auto;

}


.overmij.container {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
	    color: black;
}

footer {
    background-color: darkred;
    color: white;
    text-align: center;
    padding: 15px;
	margin-top: 550px ; 
	
}