: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: 1.0625rem;
    line-height: 1.4375rem;
    font-weight: 400;
}

#wrapper {
    max-width: 365px;
    margin: 1rem auto;
    border: 1px solid #000;
    background: #fff;
    position: relative;
}

article {
    position: absolute;
    z-index: 3;
    left: 0;
    bottom: 0;
    width: 100%;
}

footer {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 8.9375rem;
}

p {
    text-align: center;
    padding: 0.25rem 1rem;
    background: rgba(255, 255, 255, 0.3);
}

strong {
    font-weight: 700;
}

h1 {
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 1.4375rem;
    padding: 0.875rem 0.625rem 0.875rem 0.125rem;
    background: #000101;
    color: #fff;
    margin-right: 8.125rem;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

@media all and (max-width: 364px) {
    #wrapper {
        margin: 0;
        border: none;
        hyphens: auto;
    }
}