body {
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
	font-size: 110%;
	color: #333;
	line-height: 1.3;
}

a {
	color: #333;
	text-decoration: none;
}
a:hover, a:focus {
	text-decoration: underline;
}
a.img-link:hover, a.img-link:focus {
	text-decoration: none;
}

img {
	color: #555;
	font-style: italic;
}

#nav {
	margin: 2em .5em;
}

#main {
	margin: 2em 0;
}

#main article {
	margin: 5em 0;
}
.snap img {
	max-width: 600px;
	max-height: 90vh;
}
.snap .taken {
	display: block;
	margin: 1em 0;
}
