/* CSS Document for Stratoset Systems - Web Project 1
Author: Leo Humbach
Course: ITWP 1000
File: styles.css
External stylesheet controlling formatting for all pages within the Stratoset Systems website.
*/

body {
    background-color: #f0f4f8;
    color: #1a1a2e;
    font-family: Georgia, "Times New Roman", serif;
    margin: 10px;
}

h1 {
    text-align: center;
}

nav {
    text-align: center;
}

footer {
    text-align: center;
}

header {
    text-align: center;
}

#validation {
    text-align: center;
}
