@charset "utf-8";
header {
	text-align: center;
}
header h1 {
	font-size: 40px;
	color: #00b5cc;
}
nav ul {
	list-style-type: none;
	display: flex;
	flex-direction: row;
	background-color: black;
	margin-left: -10px;
	margin-right: -10px;
}
nav li { 
	flex-grow: 0;
	padding: 1em;
	text-align: center;
	
}
nav li a {
	color: white;
	font-family: Arial;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
}
nav li a:hover {
	color: #00b5cc; 
}
article {
	margin-left: 3%;
}
section header {
	text-align: left;
}