﻿* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

html {
    min-height: 100%;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

#wrapper {
    position: relative;
    max-width: 554px;
    margin: 12px auto;
    border: 3px solid #231f20;
    padding: 1rem;
    overflow: hidden;
    font-size: 16px;
    line-height: 20px;
    color: #231f20;
    font-family: 'Roboto', sans-serif;
    background-color: #fff;
}

header {
    position: absolute;
    top: 18px;
    left: 15px;
}

article {
    padding: 0 0 0 110px;
}

footer {
    position: relative;
    padding: 0 120px 0 0;
}

.font {
    font-size: 16px;
    line-height: 20px;
}

p {
    margin-bottom: 9px;
}

h1 {
    margin: 7px 0px 15px;
    font-size: 21px;
    line-height: 1.1;
}

h1 small {
    font-weight: normal;
}

h2 {
    font-size: 16px;
    line-height: 21px;
}

h3 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 3px;
}

footer em {
    font-style: normal;
    font-size: 30px;
    line-height: 0;
    position: relative;
    top: 5px;
}

a {
    color: #231f20;
    text-decoration: none;
}

footer div {
    flex: 1 1 0;
}

a:hover {
    text-decoration: underline;
}

.mb0 {
    margin-bottom: 0;
}

p span {
    white-space: nowrap;
}

.qrcode {
    position: absolute;
    top: 2px;
    right: 0;
}

@media (max-width: 553px) {
    #wrapper {
        margin: 0;
        padding: 16px;
        border: none;
    }

    br {
        display: none;
    }

    .br br {
        display: inline;
    }
}

@media (max-width: 540px) {
    article {
        padding-left: 0;
    }

    header {
        position: static;
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }

    .qrcode {
        position: static;
        display: flex;
        justify-content: center;
        margin: 1rem;
    }

    footer {
        padding: 0;
    }
}

h1 span {
    display: block;
    font-size: 27px;
    line-height: 31px;
}

h1 small {
    font-size: 15px;
    line-height: 1.1;
    display: block;
}