:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

html {
    min-height: 100%;
}

body {
    color: #006250;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

#wrapper {
    max-width: 640px;
    margin: 16px auto;
    border: 1px solid #000;
    background: #ffe808;
    position: relative;
}

article {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 155px;
}

footer {
    padding: 0;
    position: absolute;
    z-index: 3;
    right: 25px;
    bottom: 26px;
    text-align: right;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 0 0 12px;
    font-weight: 700;
    font-size: 20px;
    line-height: 20px;
}

h2 {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 41px;
    line-height: 40px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #006250;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

p span {
    padding: 1px 12px 1px 26px;
    display: inline-block;
    background: #fff;
}

h1 span {
    display: inline-block;
    padding: 2px 12px 2px 27px;
    background: #fff;
}

h2 span {
    display: inline-block;
    padding: 2px 16px 2px 27px;
    background: #fff;
}

footer p {
    font-size: 14px;
}

.qrcode {
    margin-bottom: 18px;
}

footer p a {
    display: inline-block;
    padding: 2px 10px;
    background: #fff;
}

@media all and (max-width: 639px) {
    #wrapper {
        margin: 0;
        border: none;
        hyphens: auto;
    }
}

@media all and (max-width: 610px) {
    article {
        bottom: 217px;
        position: static;
    }

    :is(h1, h2, p) {
        background: #fff;
        padding: 5px 16px;
    }

    :is(h1, h2, p) span {
        padding: 0;
        display: inline;
    }

    :is(h1, h2) br {
        display: none;
    }

    footer {
        position: static;
        padding: 16px;
    }
}