/* Load font and colour variables here */

@import url(https://fonts.bunny.net/css?family=kameron:400,600);

html
{
    background: #bbb;
}

body
{
    font-family: 'Kameron', serif;
    margin: 1.2rem auto;
    padding: 0;
    max-width: 1200px;
    width: 90%;
}

    body > div
    {
        /*background: yellow;*/
        color: white;
        margin: 0;
        padding: 0.6rem 0.3rem;
        text-align: right;
    }

    article
    {
        background: white;
        border-radius: 5px;
        box-shadow: #333333 1px 1px 5px;
    }