body {
    font-family: 'Barlow', sans-serif;
    font-size: 20px;
    line-height: 1.2;
    color: #000001;
    font-weight: 400;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    min-height: 100%;
}

#wrapper {
    margin: 1rem auto;
    border: 2px #EE3D3E solid;
    max-width: 484px;
    position: relative;
    background-color: #FFFFFF;
}

#wrapper:after {
    content: '';
    background: #FFF;
    height: 22px;
    right: 0;
    bottom: 0;
    position: absolute;
    width: 30px;
}

p {
    margin-bottom: 5px;
}

h1 span {
    white-space: nowrap;
}

h1 {
    margin: 0 0 9px;
    font-size: 32px;
    font-weight: 700;
}

h2 {
    font-size: 28px;
    font-weight: 600;
    letter-spacing: 1px;
    flex: 1 1 0;
    color: #242021;
}

h3 {
    font-weight: 700;
    font-size: 52px;
    color: #fff;
    line-height: 1;
}

h4 {
    font-size: 21px;
    font-weight: 700;
    letter-spacing: 1px;
    margin: 10px 0 0;
    color: #242021;
}

h4 a {
    color: #242021 !important;
}

h4 span {
    display: block;
    font-size: 18px;
    margin-bottom: 11px;
}

h5 {
    font-weight: 400;
    font-size: 21px;
    line-height: 1.2;
    margin-bottom: 10px;
}

a {
    color: #000001;
    text-decoration: underline;
    white-space: nowrap;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

strong {
    font-weight: 700;
}

header {
    position: absolute;
    top: 9px;
    right: 16px;
    z-index: 9;
}

article {
    padding: 16px 16px 12px;
    position: relative;
}

.qrcode {
    position: absolute;
    bottom: 10px;
    right: 30px;
}

footer {
    padding: 10px 20px;
    background: #e0313c;
    border-bottom: 22px solid #710426;
}

@media only screen and (max-width:483px) {
    #wrapper {
        border: none;
        hyphens: auto;
        margin: 0;
    }

    header {
        position: static;
        padding: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }

    article {
        padding: 0 16px 12px;
    }

    footer {
        padding: 10px 16px;
    }

    h3 {
        text-align: center;
        font-size: 8vw;
    }

    h2,
    h4 {
        width: 100%;
    }

    h5 br {
        display: none;
    }

    h4 br {
        display: none;
    }

    #wrapper:after {
        top: 100%;
        left: 0;
    }

    .qrcode {
        position: static;
        display: flex;
        justify-content: center;
        margin-top: 15px;
    }
}