
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-slab-v24-latin-regular.eot');
    src: local(''), url('../fonts/roboto-slab-v24-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v24-latin-regular.woff2') format('woff2'), url('../fonts/roboto-slab-v24-latin-regular.woff') format('woff'), url('../fonts/roboto-slab-v24-latin-regular.ttf') format('truetype'), url('../fonts/roboto-slab-v24-latin-regular.svg#RobotoSlab') format('svg');
}

@font-face {
    font-family: 'Roboto Slab';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-slab-v24-latin-700.eot');
    src: local(''), url('../fonts/roboto-slab-v24-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v24-latin-700.woff2') format('woff2'), url('../fonts/roboto-slab-v24-latin-700.woff') format('woff'), url('../fonts/roboto-slab-v24-latin-700.ttf') format('truetype'), url('../fonts/roboto-slab-v24-latin-700.svg#RobotoSlab') format('svg');
}

html {
    min-height: 100%;
}

body {
    color: #fff;
    font-family: 'Roboto Slab', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
}

#wrapper {
    max-width: 580px;
    margin: 1rem auto;
    border: 1px solid #000;
    padding: 0;
    background: #00b8ee url('../images/background.jpg') no-repeat 0 0;
    background-size: 100% auto;
}

header {
    opacity: 0;
}

article {
    padding: 0 3.0625rem 0.875rem;
    position: relative;
}

footer {
    padding: 1.0625rem 4rem 0.9375rem 3.125rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 0.9375rem;
    background: #fff;
}

p {
    text-align: justify;
    hyphens: auto;
}

strong {
    font-weight: 700;
}

h1 {
    margin: -3.6875rem 0 1.75rem 2.0625rem;
    font-weight: 700;
    font-size: 1.625rem;
    line-height: 1.875rem;
    color: #df4734;
    transform: rotate(-2deg);
}

h2 {
    margin: 1.25rem 0 1.375rem;
    font-weight: 700;
    font-size: 1.3125rem;
    line-height: 1.625rem;
    color: #db4034;
    text-shadow: 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff, 0 0 0.25rem #fff;
}

h3 {
    margin: 0 0 0 1.75rem;
    padding: 0.4375rem;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.125rem;
}

: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 {
    position: absolute;
    z-index: 3;
    right: 2.5rem;
    bottom: 3.375rem;
}

h1 span {
    display: inline-block;
    margin-left: 2.875rem;
}

@media all and (max-width: 579px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    article {
        padding: 0 9% 0.875rem;
    }

    footer {
        padding: 0.625rem 9%;
    }

    h1 {
        margin-left: 4%;
    }

    h2 {
        margin: 1.3125rem 0 0.875rem;
    }

    h3 {
        margin-left: 0.9375rem;
    }

    p {
        text-align: left;
    }
}

@media all and (max-width: 562px) {
    #wrapper {
        background: #00b8ee;
    }

    header {
        opacity: 1;
    }

    :is(article, footer) {
        padding: 1rem;
    }

    h1 {
        margin-top: 0;
        text-align: center;
        margin: 0 0 0.625rem;
        transform: none;
        background: #fff;
        padding: 0.625rem;
    }

    h1 span {
        margin-left: 0;
    }

    .qrcode {
        position: static;
        display: flex;
        justify-content: center;
    }

    h3 {
        background: #db4034;
        margin-left: 0;
        text-align: center;
        margin-top: 1.25rem;
    }
}