header { font-family: "Croissant One", "Times New Roman";
	text-align: center;
	font-size: 25px;
	background-color: #0066CC;
	font-weight: bold;
	padding: 1px;
}

nav { background-color: #434343;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16.7px;
}

nav ul { list-style-type: none;
	display: flex;
	margin: 0px;
	justify-content: space-around;
}

nav a { list-style-type: none;
	color: #FFFFFF;
	text-decoration: none;
}

h2 { text-align: center;
	font-weight: bold;
	font-size: 35px;
}

main { font-family: "Times New Roman", serif;
	text-align: center;
	background-color: #CCCCCC;
	Padding: 5px;
	padding-bottom: 40px;
	min-height: 600px;
}

p { font-size: 20px;}

footer { font-weight: bold;
	font-style: italic;
}