: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: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 400;
}

#wrapper {
    max-width: 455px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
}

article {
    padding: 45px 1rem 0.125rem;
    position: relative;
}

strong {
    font-weight: 700;
}

h1 {
    padding: 0.3125rem 1rem 0.125rem;
    font-weight: 700;
    font-size: 1.4375rem;
    line-height: 1.6875rem;
    background: #eb7273;
    display: inline-block;
}

h2 {
    margin: 0 0 1.25rem;
    font-weight: 700;
    padding: 0 0 0 2.5rem;
    font-size: 1.5rem;
    line-height: 1.8125rem;
    position: relative;
}

h2::before {
    content: "";
    width: 1.75rem;
    height: 1.75rem;
    background: #fbd61c;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 1.125rem;
}

.qrcode {
    position: absolute;
    z-index: 3;
    right: 1.125rem;
    top: -1.4375rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

footer p {
    padding: 0.5rem 0.625rem 0.375rem 3.125rem;
    background: #fbd61c url('../images/icon.jpg') no-repeat 1rem 0;
}

@media all and (max-width: 454px) {
    #wrapper {
        margin: 0;
        border: none;
    }
}

@media all and (max-width: 400px) {
    .qrcode {
        top: -6.25rem;
    }
}