@media print {
	.noprint {
		display: none;
	}

	section {
		break-inside: avoid;
	}

	a {
		text-decoration: none;
		color: inherit;
	}
}

body {
	margin: 0 min(10%, 2.5cm);
	font-family:
		Arial,
		Helvetica Neue,
		Helvetica,
		sans-serif;
}

h1,
h2,
h3,
h4 {
	margin: 1rem 0 1rem 0;
}

p {
	margin: 0.5rem 0 0.5rem 0;
}

pre {
	background-color: #e0e0e0;
	border: thin solid black;
	padding: 1rem;
	white-space: pre-wrap; /* Preserves spaces/newlines and wraps naturally */
	overflow-wrap: break-word; /* Breaks long strings/URLs if they overflow the box */
}

footer {
	border-top: thin solid black;
	margin-top: 1rem;
	font-size: small;
}
