body {
	font-family: sans-serif;
	color: #000;
	background: #fff;
}

.page {
	width: 210mm;
	min-height: 297mm;
	margin: auto;
	background: white;
	overflow: hidden;
}

main {
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

section {
	padding-left: 3em;
	padding-top: 0.5em;
}

header {
	text-align: center;
	margin-bottom: 16px;
}
h1 {
	font-size: 22px;
	margin-bottom: 2px;
}
h2 {
	font-size: 11px;
	margin-top: 4px;
	margin-bottom: 4px;
	text-transform: uppercase;
}
h3 {
	font-size: 10px;
	margin-top: 4px;
	margin-bottom: 2px;
}
p,
li,
span {
	font-size: 10px;
	line-height: 1.45;
	margin-top: 4px;
}
ul {
	padding-left: 16px;
	margin-bottom: 8px;
	margin-top: 0;
}
.contact span {
	font-size: 9px;
}

/* PRINT OPTIMIZATION */
@media print {
	body,
	.page {
		size: A4;
		margin: 0;
		print-color-adjust: exact;
	}
}
