/* Thanks to https://thebestmotherfucking.website/ ! */
body {
	margin: 0 auto;
	max-width: 40em;
	padding: 1rem .62em;
	font-size: 1.2em;
	line-height: 1.62;
	font-family: "Open Sans", sans-serif;
}
h1, h2, h3 {
	line-height: 1.2;
}
blockquote {
	background-color: #eee;
	border-left: 6px solid silver;
	padding: 0.1em 1em 0.1em 1em;
	margin: 0;
}
pre {
	padding: 0.5rem 1rem;
	background-color: #f8f8f8;
	border: 1px solid #eee;
	border-radius: 0.15rem;
	margin-bottom: 1rem;
	overflow: auto;
}
a, a:visited {
	color: #07a;
}
header, footer {
	text-align: center;
}
article {
	border-left-width: 5px;
	border-left-style: solid;
	padding-left: 15px;
}
article.disabled {
	opacity: 0.5;
}
.ita::before {
	content: "\01F1EE\01F1F9";
	padding-right: 5px;
}

@media print {
	body {
		max-width: none
	}
}
