: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: #fff;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

#wrapper {
    max-width: 490px;
    margin: 16px auto;
    border: 6px solid #e02227;
    background: #e02227 url('../images/background.png') no-repeat 0 0;
    background-size: 100% auto;
}

header {
    position: relative;
}

article {
    padding: 0 10px 6px;
    position: relative;
}

footer {
    padding: 0 13px 10px;
}

p {
    margin: 0 0 5px;
}

strong {
    font-weight: 700;
}

h1 {
    margin: -5px 0 21px;
    font-weight: 400;
    font-size: 21px;
    line-height: 25px;
    transform: rotate(-3deg);
    position: absolute;
    z-index: 3;
    left: 28%;
    bottom: 3%;
}

h2 {
    margin: -10px 0 7px 135px;
    font-weight: 700;
    font-size: 40px;
    line-height: 40px;
    transform: rotate(2deg);
}

h3 {
    margin: 0 0 24px;
    padding: 5px 19px;
    font-weight: 500;
    font-size: 24px;
    line-height: 27px;
    color: #e02228;
}

h4 {
    margin: 0 0 10px;
    font-weight: 400;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #fff;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.qrcode {
    width: 16%;
    height: 19%;
    position: absolute;
    z-index: 3;
    left: 5.25%;
    bottom: 2.5%;
}

h1 strong {
    display: inline-block;
    margin-right: 6px;
}

h2 small {
    font-size: 26px;
    line-height: 30px;
}

footer span a {
    margin-right: 13px;
    display: inline-block;
    font-size: 15px;
}

footer span a img {
    margin-right: 3px;
}

.image {
    margin-bottom: 4px;
}

@media all and (max-width: 489px) {
    #wrapper {
        margin: 0;
    }
}

@media all and (max-width: 483px) {
    #wrapper {
        background: #e02228;
    }

    h1 {
        font-size: 4.25vw;
        line-height: 1.2;
        bottom: 8%;
        margin: 0;
    }

    h2 {
        margin: 0 0 10px;
        transform: none;
        text-align: center;
    }

    h3 {
        background: #fff;
        padding: 8px 10px;
    }
}