 @font-face {
     font-display: swap;
     font-family: 'Open Sans';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/open-sans-v40-latin-regular.eot');
     src: url('../fonts/open-sans-v40-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-regular.woff') format('woff'), url('../fonts/open-sans-v40-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-regular.svg#OpenSans') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Open Sans';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/open-sans-v40-latin-700.eot');
     src: url('../fonts/open-sans-v40-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v40-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v40-latin-700.woff') format('woff'), url('../fonts/open-sans-v40-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v40-latin-700.svg#OpenSans') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Roboto Slab';
     font-style: normal;
     font-weight: 900;
     src: url('../fonts/roboto-slab-v34-latin-900.eot');
     src: url('../fonts/roboto-slab-v34-latin-900.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-slab-v34-latin-900.woff2') format('woff2'), url('../fonts/roboto-slab-v34-latin-900.woff') format('woff'), url('../fonts/roboto-slab-v34-latin-900.ttf') format('truetype'), url('../fonts/roboto-slab-v34-latin-900.svg#RobotoSlab') format('svg');
 }

 :root {
     font-size: 16px;
 }

 * {
     box-sizing: border-box;
     margin: 0;
     padding: 0;
 }

 html {
     min-height: 100%;
 }

 body {
     font-size: 1rem;
     line-height: 22px;
     font-family: 'Open Sans', Arial, sans-serif;
     color: #000;
     font-weight: 400;
 }

 #wrapper {
     position: relative;
     max-width: 357px;
     margin: 1rem auto;
     border: 1px solid #000;
     overflow: hidden;
     background-color: #fff;
     border-radius: 22px;
 }

 h1 {
     margin: 9px 0;
     font-size: 41px;
     line-height: 26px;
     font-weight: 700;
 }

 h1 span {
     font-size: 22px;
 }

 h2 {
     font-size: 23px;
     color: #95C55A;
     padding: 10px;
     letter-spacing: 1px;
     line-height: 22px;
 }

 h3 {
     font-size: 24px;
     font-weight: 700;
     line-height: 26px;
 }

 :is(p, h1, h2, h3, h4, h5) {
     text-align: center;
 }

 h4 {
     margin: 9px 0 8px;
     font-size: 21px;
     line-height: 26px;
     font-weight: 700;
 }

 :is(h2, h5) {
     font-weight: 900;
     font-family: 'Roboto Slab', Arial, sans-serif;
 }

h2 a {
    color: #95C55A !important;!i;!;
}

 h5 {
     font-size: 23px;
     color: #007339;
     line-height: 28px;
 }

 strong {
     font-weight: 700;
 }

 p:not(:last-child) {
     margin-bottom: 1px;
 }

 header {
     background: #007339;
 }

 article {
     padding: 6px;
     background: #95C55A;
 }

 footer {
     padding: 6px 10px;
 }

 footer p {
     font-size: 17px;
 }

 footer .font-size {
     font-weight: 700;
     line-height: 28px;
     font-size: 20px;
 }

 footer .info {
     font-size: 14px;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #000;
     text-decoration: none;
     white-space: nowrap;
 }

 @media (max-width: 357px) {
     #wrapper {
         margin: 0;
         border: none;
     }

     p span {
         white-space: nowrap;
     }

     :is(p, h4) {
         hyphens: auto;
         text-wrap: pretty;
     }
}