:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/open-sans-v34-latin-regular.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-regular.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-regular.woff') format('woff'), url('../fonts/open-sans-v34-latin-regular.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-regular.svg#OpenSans') format('svg');
}

@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/open-sans-v34-latin-700.eot');
    src: local(''), url('../fonts/open-sans-v34-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/open-sans-v34-latin-700.woff2') format('woff2'), url('../fonts/open-sans-v34-latin-700.woff') format('woff'), url('../fonts/open-sans-v34-latin-700.ttf') format('truetype'), url('../fonts/open-sans-v34-latin-700.svg#OpenSans') format('svg');
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    text-align: center;
}

#wrapper {
    max-width: 370px;
    margin: 16px auto;
    border: 2px solid #000;
    background: #fff;
}

article {
    padding: 10px 16px;
}

footer {
    padding: 10px 16px;
    background: #77b43c;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 0 0 15px;
    font-weight: 700;
    font-size: 23px;
    line-height: 27px;
}

h2 {
    font-size: 19px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}

h2 a {
    color: #fff !important;
}

h3 {
    padding: 10px 16px;
    font-weight: 700;
    font-size: 31px;
    line-height: 36px;
    background: #77b43c;
    color: #fff;
    text-align: left;
    margin-bottom: 10px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

h3 small {
    display: block;
    font-size: 32px;
    font-weight: 400;
    line-height: 36px;
}

.logo {
    margin-top: 8px;
}

@media all and (max-width: 369px) {
    #wrapper {
        margin: 0;
        border: none;
    }
}