:root {
	font-family: "Noto Serif", "Droid Serif", "Georgia", serif;
	color: #111;
	background-color: #fdfdfd;
	--measure: 60ch;
	--measure_half: calc(var(--measure) / 2);
}

* {
	max-width: var(--measure);
	box-sizing: border-box;
}

html,
body,
div,
header,
nav,
footer {
	max-width: none;
}

main {
	text-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	line-height: 1.2;
}

a {
	color: #2a7ae2;
	text-decoration: underline;
}

a:visited {
	color: #1756a9;
}

a:hover {
	color: #111;
	text-decoration: underline;
}
