html {
	/* let's add a subtle gray to the background to put less strain on the user's eyes :) */
	background-color: rgb(240,240,240);
}

body {
	width: 600px;
	max-width: 100vw;
	margin: auto;
	padding: 15px;
	font-family: sans-serif;
	font-size: 14px;
	line-height: 1.5em;
	box-sizing: border-box;
	color: rgb(30,30,30);
}

h2, 
h3 {
	margin-top: 1.75em;
	margin-bottom: 0.5em;
} 