 * {
     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');
 }

 @font-face {
     font-display: swap;
     font-family: 'Roboto';
     font-style: normal;
     font-weight: 500;
     src: url('../fonts/roboto-v50-latin-500.eot');
     src: url('../fonts/roboto-v50-latin-500.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v50-latin-500.woff2') format('woff2'), url('../fonts/roboto-v50-latin-500.woff') format('woff'), url('../fonts/roboto-v50-latin-500.ttf') format('truetype'), url('../fonts/roboto-v50-latin-500.svg#Roboto') format('svg');
 }

 html {
     min-height: 100%;
 }

 body {
     color: #000;
     font-family: 'Roboto', Arial, sans-serif;
     font-size: 1rem;
     line-height: 21px;
     font-weight: 400;
 }

 #wrapper {
     max-width: 475px;
     margin: 1rem auto;
     border: 1px solid #000;
     background: #fff;
     position: relative;
 }

 header {
     padding: 0.9375rem 1.25rem 1.75rem;
     background: #bedb85;
     position: relative;
 }

 article {
     padding: 3.5rem 1.25rem 0.75rem;
 }

 footer {
     padding: 1rem;
     position: absolute;
     z-index: 3;
     right: 0.25rem;
     bottom: 0.25rem;
 }

 p {
     margin: 1rem 0 0;
 }

 strong {
     font-weight: 700;
 }

 h1 {
     margin: 1rem 0 3px;
     font-weight: 700;
     font-size: 38px;
     line-height: 1.2;
     color: #fff;
     position: relative;
 }

 h1 span {
     font-size: 20px;
     font-weight: 500;
     display: block;
     line-height: 27px;
     padding-top: 10px;
 }

 header img {
     position: absolute;
     z-index: 3;
     right: 1.25rem;
     bottom: -3.125rem;
 }

 header p {
     color: #fff;
     font-size: 19px;
     margin: 0;
     line-height: 26px;
 }

 h1 small {
     font-size: 20px;
     line-height: 20px;
     font-weight: 400;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #000;
     text-decoration: none;
     white-space: nowrap;
 }

 img {
     max-width: 100%;
     vertical-align: middle;
 }

 @media all and (max-width: 474px) {
     #wrapper {
         margin: 0;
         border: none;
     }

     p {
         hyphens: auto;
         text-wrap: pretty;
     }

     p span {
         white-space: nowrap;
     }
 }

 @media all and (max-width: 450px) {
     header {
         padding: 1rem;
     }

     header img {
         position: static;
         margin-bottom: 0.9375rem;
     }

     article {
         padding: 0.0625rem 1rem;
     }

     h1 br {
         display: inline;
     }

     footer {
         position: static;
         display: flex;
         justify-content: center;
     }

     br {
         display: none;
     }
 }