* {
	font-family: sans-serif, Arial;
	margin: 0;
	padding: 0;
}
#title > h1, #title > p {
	text-align: center;
	margin-bottom: 1vh;
	margin-top: 1vh;
}
#title > h1 {
	font-size: 5vh;
	font-family: Georgia;
}
body {
	background-color:beige;
}
#nav-bar {
	background-color:gray;
	width:100%;
	height: 5vh;
	text-align: center;
}
#nav-bar > p {
	display: inline-block;
	font-size: 3vh;
	margin-top: 1vh;
}
#main-content{
	background-color: burlywood;
	width:100%;
	margin-left: auto;
	margin-right: auto;
}
#main-content h2 {
	text-align: center;
	font-size: 4vh;
}
#main-content > h2 + p {
	text-align: center;
	font-size: 1.5vh;
	max-width: 50%;
	margin-left: auto;
	margin-right: auto;
}
#main-content h3 {
	text-align: center;
	font-size: 3vh;
}
figcaption {
	font-size: 2vh;
}