 @font-face {
     font-display: swap;
     font-family: 'Carlito';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/carlito-v4-latin-regular.eot');
     src: url('../fonts/carlito-v4-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/carlito-v4-latin-regular.woff2') format('woff2'), url('../fonts/carlito-v4-latin-regular.woff') format('woff'), url('../fonts/carlito-v4-latin-regular.ttf') format('truetype'), url('../fonts/carlito-v4-latin-regular.svg#Carlito') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Carlito';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/carlito-v4-latin-700.eot');
     src: url('../fonts/carlito-v4-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/carlito-v4-latin-700.woff2') format('woff2'), url('../fonts/carlito-v4-latin-700.woff') format('woff'), url('../fonts/carlito-v4-latin-700.ttf') format('truetype'), url('../fonts/carlito-v4-latin-700.svg#Carlito') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Carlito';
     font-style: italic;
     font-weight: 400;
     src: url('../fonts/carlito-v4-latin-italic.eot');
     src: url('../fonts/carlito-v4-latin-italic.eot?#iefix') format('embedded-opentype'), url('../fonts/carlito-v4-latin-italic.woff2') format('woff2'), url('../fonts/carlito-v4-latin-italic.woff') format('woff'), url('../fonts/carlito-v4-latin-italic.ttf') format('truetype'), url('../fonts/carlito-v4-latin-italic.svg#Carlito') format('svg');
 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 html {
     min-height: 100%;
 }

 body {
     color: #221c22;
     font-family: 'Carlito', Arial, sans-serif;
     font-size: 17px;
     line-height: 20px;
     font-weight: 400;
     text-align: center;
 }

 #wrapper {
     max-width: 565px;
     margin: 1rem auto;
     border: 2px solid #0089cf;
     background-color: #fff;
     padding: 16px;
 }

 header p {
     font-style: italic;
     font-weight: 700;
 }

 article {
     padding: 10px 0;
 }

 .button {
     margin-top: 20px;
     display: flex;
     justify-content: center;
 }

 .button a {
     background: #0089cf;
     padding: 10px 20px;
     border-radius: 5px;
     color: #fff !important;
     font-weight: 700
 }

 p:not(:first-of-type) {
     margin-top: 10px;
 }

 h1 {
     font-size: 27px;
     line-height: 1.1;
     margin: 10px 0 0;
     font-style: italic;
 }

 h1 span {
     font-size: 19px;
     font-weight: 400
 }

 img {
     max-width: 100%;
     display: block;
 }

 :is(h1, strong) {
     font-weight: 700;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: #221c22;
     text-decoration: none;
     white-space: nowrap;
 }

 @media only screen and (max-width:565px) {
     #wrapper {
         border: none;
         margin: 0;
     }

     p {
         hyphens: auto;
         text-wrap: pretty
     }

     p span {
         white-space: nowrap;
     }

     br {
         display: none
     }
 }

 @media only screen and (max-width:354px) {
     h1 {
         font-size: 24px;
     }
 }