/*
	first-color: #222831 black
	second-color: #393e46 grey
	third-color: #f96d00 orange
	fourth-color: #f2f2f2 white
*/
body {
	max-width: 40em;
	margin: 0 auto;
	padding: 5px;
	font-family: Georgia, serif;
	font-size: 18px;
	line-height: 1.6em;
	background-color: #222831;
	color: #f2f2f2;
}
h1 {
	color:#f96d00;
}
a {
	color: inherit;
}
h1, h2, h3 {
	font-family: sans-serif;
	font-weight: normal;
}
#schadenfreude {
	text-align: center;
}