:root {
	--bg: #1e1f21;
	--fg: #eeeeee;
	--fg-link: #88a2bc;

	--code-bg: #0e0f11;
	--code-fg: #eeeeee;

	--quote-bg: #0e0f11;
	--quote-fg: #bbbbbb;
}

body {
	font-family: serif;
	max-width: 700px;
	margin: 60px auto;
	line-height: 1.5;
	padding: 0 20px;
}

h1 {
	font-weight: normal;
}

img {
	max-width: 100%;
	margin: 20px 0;
}

details {
	margin-top: 20px;
}

footer {
	margin-top: 60px;
	font-size: 0.9em;
	opacity: 0.6;
}

