html {
    background-color: #fff;
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    line-height: 1.5;
    font-family: system-ui, sans-serif;
    padding: 0;
    margin: 0;
}

body {
    max-width: 60ch;
    margin: 5em auto;
    background: rgba(255, 255, 255, 0.5);
}

.code {
    line-height: 1;
    position: absolute;
    bottom: -0.15em;
    right: -0.15em;
    font-size: 400px;
    font-weight: bold;
    color: #ddf;
    z-index: -1;
}

h1 {
    color: #1a588f;
    font-size: 2em;
    font-weight: normal;
    position: relative;
}

h1 span {
    color: #999;
}

section h1:before {
    content: "";
    width: 0.8em;
    height: 2em;

    position: absolute;
    left: -1em;
    bottom: 0.3em;
    background-repeat: no-repeat;
    background-position:  bottom left;
    background-size: contain;

}

section[lang=nl] h1:before {
    background-image: url('/assets/nl.svg');
}

section[lang=en] h1:before {
    background-image: url('/assets/gb.svg');
}

section {
    border-bottom: 1px solid #ccc;
    padding: 2em;
}

footer {
    color: #999;
    padding: 0 2em;
    text-align: center;
}

a {
    color: #faa634;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

em {
    color: #8f807d;
}
