: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: 15px;
    line-height: 20px;
    font-weight: 400;
    text-align: center;
}

#wrapper {
    max-width: 265px;
    margin: 16px auto;
    border: 10px solid #00963f;
    background: #fff;
}

header {
    padding: 10px 3px;
    background: #00963f;
    color: #fff;
}

article {
    padding: 20px 10px 1px;
}

footer {
    padding: 8px 3px 1px;
    background: #00963f;
    color: #fff;
}

strong {
    font-weight: 700;
}

h1 {
    margin: 0 0 16px;
    font-weight: 700;
    font-size: 38px;
    line-height: 42px;
}

h2 {
    font-size: 16px;
    line-height: 20px;
}

h3 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #006b2b;
    text-decoration: none;
}

ul {
    padding: 0;
    list-style: none;
}

ul li {
    padding-left: 20px;
}

li:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #000;
    position: absolute;
    z-index: 3;
    left: 0;
    top: 0;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

h3 small {
    display: block;
    font-size: 16px;
    line-height: 20px;
}

article p {
    margin: 0 0 16px;
}

h1 small {
    display: block;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}

@media all and (max-width: 264px) {
    #wrapper {
        margin: 0;
        border: none;
        hyphens: auto;
    }
}