body {
	font-family: 'Vollkorn';
	font-size: 20px;
	 min-height: 100vh;
    max-width: 1220px;
    margin: 0 auto;
    background-color: white;
}

h1 {
	font-family: 'Vollkorn', cursive;
	color: maroon;
	text-align: center;
	font-size: 44px;
	font-weight: 500;
}

table {
	width: 600px;
	border: 1px solid maroon;
	background-color: ivory;
}

table.pics {
	width: 

}