@media projection {
	body {
		font-size: 250%;
		margin: 0;
		padding: 0;
	}
	h1 {
		font-size: 400%;
	}
	h2 {
		font-size: 350%;
		page-break-before: always;
	}
}
