body {
	font-family: 'Noto Serif JP', serif;
	background-color: #f5f1ed;
	color: #333333;
	background: url("/img/krant-blok.avif");/*ik heb dit van w3schoolsovergenomen*/
}

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

header h1 {
	margin: 0;
	font-size: 40px;
}

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

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


.inleiding {
	text-align: center;
	margin-bottom: 40px;
}

.inleiding h2 {
	color: #800000;

}

.blok {
	display: flex;
	margin-bottom: 10px;
	background: url("/img/blok-krant.webp")/*ik heb dit van w3schoolsovergenomen*/
}

.blok img {
	width: 250px;
	height: 300px;
}


.blok div {
	padding: 20px;
}

.blok h3 {
	color: #800000;
}

footer {
	background-color: #800000;
	color: white;
	text-align: center;
	padding: 20px;
	margin-top: 40px;
}



