/* WEB PROJECT 1 CSS CODE BY KE'LANA BYRON */

h1, nav, footer {
    text-align: center;
}

body {
    font-family:'Times New Roman', Times, serif;
    background-color: #e9d6bb;
    color:#202020;
    margin: 10px;
}

img, figure {
    display:block;
    margin:auto;
}

figcaption {
    font-weight: bold;
    text-align:center;
    margin-top: 5px;
}

p:last-child {
    font-weight: bold;
}