/* CSS Document used for Web Project 1
Author: Tariq Williams
Course: ITWP 1000
File: styles.css
Information on using external CSS Style sheet is located in Chapter 3.
*/

/* ID that centers the validation text */
#validation {
    text-align: center;
}
#center {
    text-align: center;
}
/* centers the content */
h1, nav, footer {
    text-align: center;
}