@charset "utf-8";
:root {
    font-size: 16px;
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v32-latin-regular.eot');
    src: url('../fonts/roboto-v32-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v32-latin-regular.woff') format('woff'), url('../fonts/roboto-v32-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v32-latin-regular.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v32-latin-700.eot');
    src: url('../fonts/roboto-v32-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-700.woff2') format('woff2'), url('../fonts/roboto-v32-latin-700.woff') format('woff'), url('../fonts/roboto-v32-latin-700.ttf') format('truetype'), url('../fonts/roboto-v32-latin-700.svg#Roboto') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: url('../fonts/roboto-v32-latin-900.eot');
    src: url('../fonts/roboto-v32-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v32-latin-900.woff2') format('woff2'), url('../fonts/roboto-v32-latin-900.woff') format('woff'), url('../fonts/roboto-v32-latin-900.ttf') format('truetype'), url('../fonts/roboto-v32-latin-900.svg#Roboto') format('svg');
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #231F20;
    font: 400 1.25em/1.3 'Roboto', Arial, sans-serif;
    text-align: center;
}
#wrapper {
    position: relative;
    max-width: 450px;
    margin: 1rem auto;
    border: solid 1px #000;
    overflow: hidden;
    background: linear-gradient(to bottom, #FFCC0F, #ffde81);
    -webkit-background: linear-gradient(to bottom, #FFCC0F, #ffde81);
    -moz-background: linear-gradient(to bottom, #FFCC0F, #ffde81);
    -ms-background: linear-gradient(to bottom, #FFCC0F, #ffde81);
}
h2 {
    font-weight: 900;
}
strong {
    font-weight: 700;
}
p {
    padding-bottom: 1rem;
}
h1 {
    font-size: 1.25em;
    line-height: 1.3em;
    text-align: center;
    font-weight: 400;
    color: #D71634;
    margin: 0;
}
h1 span {
    font-weight: normal;
    display: block;
}
h2 {
    font-size: 1.5em;
    line-height: 1.2em;
    text-transform: uppercase;
}
h2 span {
    color: #D71634;
    font-size: 0.85em;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: #D71634;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
header {
    padding: 2rem 2rem 1rem;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
article {
    padding: 0 0.5rem;
    position: relative;
}
footer img {
    display: block;
}
footer {
    position: relative;
}
footer a {
    position: absolute;
    bottom: 15%;
    left: 28%;
    width: 24%;
    height: 33%;
}
@media only screen and (max-width:449px) {
    body {
        font-size: 1em;
        line-height: 1.3;
    }
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    header {
        padding: 1rem;
    }
    p a{
        display: inline-block;
    }
    .hide_m {
        display: none;
    }
}