@font-face {
    font-display: swap;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/roboto-v30-latin-regular.eot');
    src: local(''), 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: local(''), 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');
}


@font-face {
    font-display: swap;
    font-family: 'Comic Relief';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/comic-relief-v2-latin-700.eot');
    src: url('../fonts/comic-relief-v2-latin-700.eot?#iefix') format('embedded-opentype'),
        url('../fonts/comic-relief-v2-latin-700.woff2') format('woff2'),
        url('../fonts/comic-relief-v2-latin-700.woff') format('woff'),
        url('../fonts/comic-relief-v2-latin-700.ttf') format('truetype'),
        url('../fonts/comic-relief-v2-latin-700.svg#ComicRelief') format('svg');
}

:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 16px;
    line-height: 21px;
    font-weight: 400;
}

#wrapper {
    max-width: 410px;
    margin: 16px auto;
    border: 2px solid #000;
    padding: 16px 10px 2px;
    background-color: #fff;
    text-align: center;
}

header {
    padding: 0 0 3px;
}

footer p {
    font-size: 0.8625rem;
}

.margin {
    margin-top: 16px;
}

p {
    margin: 0 0 5px;
}

strong {
    font-weight: 700;
    font-size: 17px;
}

h1 {
    margin: 0 0 14px;
    font-weight: 700;
    font-size: 23px;
    line-height: 29px;
    font-style: italic;
    color: #3ca648;
}

h2 {
    margin: 0 0 8px;
    font-weight: 700;
    font-size: 25px;
    line-height: 1.2;
}

h3 {
    margin: 10px 0 5px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    font-family: 'Comic Relief', Arial, sans-serif;
    transform: skew(-6deg, 0deg);
    color: #ee2e2e;
    border-top: 1px solid #1da7d5;
    padding: 10px 0 0;
}

:is(a:link, a:visited, a:hover, a:active) {
    color: #000;
    text-decoration: none;
    white-space: nowrap;
}

img {
    max-width: 100%;
}

@media all and (max-width: 409px) {
    #wrapper {
        margin: 0 auto;
        padding: 1rem;
        border: none;
    }

    p {
        hyphens: auto;
        text-wrap: pretty;
    }

    h1 br {
        display: none;
    }
}