/*Author: Amber Furtah
Course: ITWP 1000
File: style.css*/


h1 {
    text-align: center;
    font-size: 2.5em;
}

nav {
    text-align: center
}

footer {
    text-align: center
}

body {
    background-color: white;
    color: blueviolet;
    font-family: sans-serif;
    margin: 10px
}