html {
	background: #fffff8;
	max-width: 50rem;
	margin: 0 auto;
}

body {
	/*
	font-family: sans-serif;
	line-height: 1.5;
	margin: 0 .5rem;
	*/
}

nav.navbar {
	margin-bottom: 2em;
}

h1, h2, h3, h4, h5, h6 {
	/* font-family: serif; */
	text-align: center;
}

h1 {
	margin-bottom: 1em;
}

img {
	max-width: 100%;
}

section {
	margin-bottom: 2.5em;
}

section.contact {
	text-align: center;
}
