 @font-face {
     font-display: swap;
     font-family: 'Mulish';
     font-style: normal;
     font-weight: 400;
     src: url('../fonts/mulish-v13-latin-regular.eot');
     src: url('../fonts/mulish-v13-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-regular.woff2') format('woff2'), url('../fonts/mulish-v13-latin-regular.woff') format('woff'), url('../fonts/mulish-v13-latin-regular.ttf') format('truetype'), url('../fonts/mulish-v13-latin-regular.svg#Mulish') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Mulish';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/mulish-v13-latin-700.eot');
     src: url('../fonts/mulish-v13-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/mulish-v13-latin-700.woff2') format('woff2'), url('../fonts/mulish-v13-latin-700.woff') format('woff'), url('../fonts/mulish-v13-latin-700.ttf') format('truetype'), url('../fonts/mulish-v13-latin-700.svg#Mulish') format('svg');
 }

 @font-face {
     font-display: swap;
     font-family: 'Roboto Condensed';
     font-style: normal;
     font-weight: 700;
     src: url('../fonts/roboto-condensed-v25-latin-700.eot');
     src: url('../fonts/roboto-condensed-v25-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-condensed-v25-latin-700.woff2') format('woff2'), url('../fonts/roboto-condensed-v25-latin-700.woff') format('woff'), url('../fonts/roboto-condensed-v25-latin-700.ttf') format('truetype'), url('../fonts/roboto-condensed-v25-latin-700.svg#RobotoCondensed') format('svg');
 }

 * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
 }

 html {
     min-height: 100%;
 }

 body {
     color: #000;
     font-family: 'Mulish', Arial, sans-serif;
     font-size: 16px;
     line-height: 1.3;
     font-weight: 400;
 }

 #wrapper {
     max-width: 570px;
     margin: 1rem auto;
     border: 5px solid #826b55;
     background-color: #fff;
     font-size: 15px;
 }

 .logo {
     padding: 24px 20px;
 }

 .logo p {
     padding-top: 15px;
     font-size: 16px;
 }

 .title {
     background: #826b55;
     padding: 20px;
 }

 .title :is(p, h1) {
     color: #fff;
     text-align: center;
 }

 header p {
     text-align: center !important;
 }

 article {
     padding: 20px;
 }

 footer {
     background: #826b55;
     padding: 16px;
     font-size: 18px;
     line-height: 1.25;
 }

 footer p {
     text-align: center !important;
     color: #fff;
 }

 footer a {
     font-size: 103%;
 }

 p:not(:first-of-type) {
     margin-top: 10px;
 }

 :is(p, li) {
     text-align: justify;
 }

 h1 {
     font-size: 42px;
     line-height: 1.1;
     margin: 10px 0 0;
     font-family: 'Roboto Condensed', Arial, sans-serif;
 }

 h2 {
     font-size: 17px;
     line-height: 22px;
     padding-bottom: 10px;
 }

 ul {
     list-style: none;
     padding-bottom: 20px;
 }

 ul li {
     padding-left: 10px;
     text-align: left;
 }

 li:before {
     content: "\2022";
     color: #000;
     float: left;
     font-size: 9px;
     text-indent: -10px;
     margin-top: -1px;
 }

 img {
     max-width: 100%;
     display: block;
 }

 :is(h1, h2, strong) {
     font-weight: 700;
 }

 :is(a:link, a:visited, a:hover, a:active) {
     color: inherit;
     text-decoration: none;
     white-space: nowrap;
 }

 @media only screen and (max-width:570px) {
     #wrapper {
         border: none;
         margin: 0;
     }

     :is(p, li) {
         text-align: left;
     }

     :is(p, li) {
         text-align: left !important;
     }

     :is(article, .logo, .title) {
         padding: 16px;
     }

     h1 {
         font-size: 30px
     }
 }