/* CSS Document used for the coffee table homework assignment 
Author: Diana Hernandez Martinez
Course: ITWP 1000
File: styles.css
*/

h1{
    text-align: center;
}

/* center site navigation */
nav{
    text-align: center;

}

/* center footer */
footer{
    text-align: center;
}

/* style body */
body{
    background-color: lightblue;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    margin: 10px;
}
