header
{
    width: 60%;
    max-width: 800px;
}

main, footer
{
    width: 80%;
    max-width: 1000px;
}

figure, article>div
{
    width:48%;
}

article>div
{
    vertical-align: middle;
}

h1
{
    text-align: center;
    font-weight: 300;
    font-size: 80px;
}
h2
{
    text-align: center;
    font-weight: 300;
    font-size: 60px;
}
h3
{
    padding: 10px 0;
    text-align: center;
    font-weight: 300;
    font-size: 35px;
}
h4
{
    font-weight: 300;
    font-size: 20px;;
}