body {
    background-color: #5c3c3c;       /* pick any color you like */
    color: #ffffff;                  /* choose any readable color */
    margin: 10px;                    /* required */
    font-family: Arial, sans-serif;  /* fixed typo */
}

/* Required Centering */
h1 {
    text-align: center;
    font-size: 2.5em;
}

nav {
    text-align: center;      /* required */
}

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

/* Paragraphs and Divs */
p, div {
    margin: 10px;
    padding: 20px;
    line-height: 1.5em;
}
