/* Lay-out Contact*/
/* Algemene instellingen */
body {
	color: grey;
	display: flex;
	flex-direction: column;
	font-family: Arial, Helvetica, sans-serif;
	/* 12 px nodig voor menu-font */
	font-size: 12px;
	margin: 10px;
	border-width: 0px;
}

main {
	background: #ffffff;
	color: #111;
	font-size: 15px;
	line-height: 1.3;
}

object {
	/* Centreren object */
	/*
	width: 90svw;
	max-width: 1000px;
	height: 75svh;
	*/
	display: block;
	margin: 0 auto;
}

@media (min-width: 900px) {
	body {
		margin: 0 auto;
		border-width: 0 1px;
	}

}