@import url('https://fonts.googleapis.com/css?family=Rock+Salt');
body {

    font-family: 'Rock Salt', cursive;
    max-width: 1200px;
    display: flex;
    flex-direction: column;
    padding: 0 32px 0 32px;
    margin: auto;
    align-content: center;
    justify-content: begin;
    background: #4b3120;
}

article > img {
    width: 100%;
}

header > h1 {
    font-size: 48pt;
    letter-spacing: 16px;
    text-align: center;
    color: whitesmoke;
}

@media (max-width: 800px) { 
    body {
        padding: 0 16px 0 16px;
    }
    header > h1 {
        font-size: 20pt;
        letter-spacing: 8px;
    }
}
