body {
	height:100%;
	width:100%;
	margin:0;
	padding:0;
}

header h1 {
	font-family:"Century Gothic";
	font-size:3em;
	text-transform:uppercase;
	text-align: center;
	letter-spacing:10px;
	color: #8e8b83;
}
header h2 {
	font-family:"Century Gothic";
	font-size:2em;
	text-transform:uppercase;
	text-align: center;
	letter-spacing:5px;
}
div.content {
	width:85%;
	height:100%;
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;	
	margin:auto;
}
div.content img {
	width:150px;
	border-radius:360px;
	border:dashed black 1px;
	padding:5px;
	margin:10% 2%;
	filter:grayscale(80%);
}
div.content img:hover {
	filter:grayscale(0%);
}