body {

	font-family: Georgia, serif;
	background: url("/img/krant-blok.avif");/*ik heb dit van w3schoolsovergenomen*/
	max-width: 1200px;
	 margin: 0 auto; 
	min-height: 100vh;
	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;
}


.contact-container {
    width: 65%;
    margin: 40px auto;
    background-color: #f5e6c8;
    padding: 40px;
	background: url("/img/blok-krant.webp")/*ik heb dit van w3schoolsovergenomen*/

}

.contact-container h2 {
    text-align: center;
    color: darkred;
}

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