/* CSS Document used for the web project 1 styles
Author: Christopher Bowman
Course: ITWP 1000
File: styles.css
Information on using external CSS style sheet is located in Chapter 3. Information on media quries is located in Chapter 7. Information on tables and CSS formatting for tables is located in Chapter 8.
*/

h1 {
    text-align: center;
}

nav {
    text-align: center;
}

footer {
    text-align: center;
}

body {
    margin: 10px;
    padding: 20px;
    line-height: 2em;
    font-family: Arial, sans-serif;
}