/* CSS Document used for Web Project 1
Author: Noah McCabe
Course: ITWP 1000
File: style.css
*/

h1 {
	text-align: center;
	font-size: 2.5em;
}

nav {
	text-align: center;
}

footer {
	text-align: center;
}

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

.responsive {
	max-width: 100%;
	height: auto;
	border: 1px solid #51471A;
	border-radius: 10px;
}