body {
    background-color: #d7c0a2;
    color: #000000;
    font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
}

h1 {
    background-color: #f0dfca;
    border-color: #000000;
    border-style: solid;
    border-width: 5px;
    border-left-width: 10px;
    border-right-width: 10px;
    margin: 20px; /*margins are on the exterior of the element*/
    padding: 20px; /*padding is on the interior of the element*/
    text-align: center;
    text-transform: uppercase;
}

img {
    padding: inherit;
    margin: auto;
    display: block;
}
