*{
    margin:0; padding:0; border:0; box-sizing: border-box;
}

body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    background-color: blanchedalmond;
    color: #222;
}

h1{
    text-align: center;
    font-weight: normal;
    color: #222;
    margin: 16px 0px;
}

h1 + p {
    text-align: center;
    font-size: 1.5em;
    text-transform: uppercase;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    margin: 16px 0px;
    padding:8px 0px
}

h2 {
    text-align: center;
    text-transform: lowercase;
    clear: both; /* clears a previously floating element */ 
    padding-top: 80px;
    padding-bottom: 80px;
}

article {
    width: 46%;
    float: left;
    background-color: burlywood;
    color: #222;
    min-height: 200px;
    padding: 8px;
}

figure{
    width: 46%;
    float: right;
    border: 8px solid #222;
    min-height: 200px;
}

figure img {
    height: 100%;
    width: 100%;
}

article p {
    text-align: right;
    line-height: 3em;
}

a {
    color: #333;
}