@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: url('../fonts/roboto-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-regular.woff2') format('woff2'), url('../fonts/roboto-v30-latin-regular.woff') format('woff'), url('../fonts/roboto-v30-latin-regular.ttf') format('truetype'), url('../fonts/roboto-v30-latin-regular.svg#Roboto') format('svg');
}

@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/roboto-v30-latin-700.eot');
    src: url('../fonts/roboto-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/roboto-v30-latin-700.woff2') format('woff2'), url('../fonts/roboto-v30-latin-700.woff') format('woff'), url('../fonts/roboto-v30-latin-700.ttf') format('truetype'), url('../fonts/roboto-v30-latin-700.svg#Roboto') format('svg');
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    font-size: 17px;
    line-height: 23px;
    font-family: 'Roboto', Arial, sans-serif;
    color: #000;
    font-weight: 400;
}

#wrapper {
    position: relative;
    max-width: 523px;
    margin: 16px auto;
    border: 2px solid #000;
    overflow: hidden;
    background-color: #fff;
}

h1 {
    margin: -10px 0 10px;
    font-size: 16px;
    line-height: 1.1;
    font-weight: 400;
}

h1 strong {
    font-size: 42px;
}

h1 span {
    font-weight: 700
}

h2 {
    font-size: 33px;
    line-height: 1.25;
    font-weight: 700;
    padding: 8px 16px;
    background-color: #000;
    color: #fff;
    text-align: center;
    font-style: italic;
}

p {
    margin-bottom: 12px;
}

article {
    padding: 12px 16px 0;
}

footer {
    padding: 0 16px 16px;
    font-size: 17px;
}

.logo {
    margin-bottom: 12px;
}

.font {
    font-size: 98%;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

ul {
    margin: 0 0 16px;
    list-style: none;
}

ul li {
    padding-left: 12px;
}

ul li:before {
    content: "\2022";
    color: #000;
    float: left;
    margin-top: -3px;
    font-size: 20px;
    line-height: 1em;
    text-indent: -12px;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
    white-space: nowrap;
}

span {
    white-space: nowrap;
}

@media all and (max-width:523px) {
    #wrapper {
        margin: 0;
        padding: 0;
        border: none;
    }

    :is(p, ul) {
        hyphens: auto;
        text-wrap: pretty;
    }

    p {
        text-align: left;
    }

    br:not(footer br) {
        display: none;
    }

    :is(.font, h1) {
        text-align: center;
    }
}