/* CSS for project 1
Author: Adam Awada
Course: ITWP 1000
Files: pagestyle.css
*/

/* header styling */

h1 {
	text-align: center;
}

/* navigation styling */

nav {
	text-align: center;
}

/* body styling */

body {
	background-color: #f0f0f0;
	color: #333333;
	font-family: Arial, sans-serif;
	margin: 10px;
}

figure {
	font-size: smaller;
}

/* footer styling */

footer {
	text-align: center;
}
