html {
    display: flex;
    justify-content: center;
}

body {
    font-family: sans-serif;
    width: 100%;
    max-width: 960px;
}


h1, h2, h3, h4, h5, h6, h7 {
    margin-bottom: 2px;
}

a:visited {
    color: blue;
}

header {
    background-color: #abc9ee;
    padding: 1px;
    text-align: center;
    font-size: 1.2em;
}

header h1 {
    margin-top: 1em;
    margin-bottom: 1em;
}

.biertje {
    display: block;
}

.biertje img {
    width: 32.5%;
    display: inline-block;
}

.biertje .large-image {
    width: 40%;
    float: right;
    padding-left: 10px;
}

.biertje ul {
    text-align: justify;
}


.boekje {
    display: block;
}

.boekje h1 {
    margin-bottom: 0.3em;
}

.boekje img {
    width: 100%;
    display: inline-block;
}
