/* CSS Document used for the Porject 1 assignment
Author: Payton Rarrick
Course: ITWP 1000
File: styles1.css
*/


body {
    background-color: #92d6df;
    color: #333;
    font-family: Arial, sans-serif;
    margin: 10px;
}

h1 {
    text-align: center;
}

nav {
    text-align: center;
    margin-bottom: 20px;
}

footer {
    text-align: center;
    margin-top: 20px;
}