<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#shopclosed article, #contact article {
	display:flex;
	flex-direction: column;
	gap: 50px;
	margin:auto;
	text-align: center;
}
#shopclosed img, #contact img {
	max-width: 300px;
	max-height: 300px;
	width: auto;
	height: auto;
}
#delivery section, #cgv section {
	padding: 50px 100px
}
#delivery h1, #cgv h1 {
	text-align: center;
	margin-top: 25px;
	margin-bottom: 50px;
}
#delivery h2, #cgv h2 {
	font-size: 15pt;
	font-family: "Montserrat-bold";
	margin-bottom: 0;
}
#delivery h3 {
	font-size: 14pt;
	font-family: "Montserrat-bold";
}
#delivery p, #cgv p {
	margin-bottom: 40px;
	margin-top: 0;
	padding-top: 0;
}
#linkabo {
	padding-top: 7px;
}</pre></body></html>