body {
    display:block;
    margin-left: auto;
    margin-right: auto;
    width:90%;
    background-color: rgba(210, 180, 140, 0.7);
    padding-bottom: 15%;
}

h1 {
    background-color: rgba(128, 0, 0, 0.8);
    text-align: center;
    color: white;
}

footer {
    height:30px;
    margin-left: auto;
    margin-right: auto;
    clear: both;
    background-color: rgba(128, 0, 0, 0.4);
    font-size: large;
    font-style: italic;
}