/* CSS Document used for web project 1
Author: Morgan Reiss
Course: ITWP 1000
File: styles.css
*/
h1 {
  text-align: center;
  font-size: 2.5em;
}
nav {
  text-align: center;
  font-size: 1.6em;
}
footer {
  text-align: center;
}
body {
  background-color: #ff0000;
  color: blue;
  margin: 10px;
  font-family: Arial, sans-serif;
}
/* responsive image class */
.responsive {
	max-width: 100%;
	height: auto;
}
li {
  text-align: center;
  font-size: 1.6em;
}