<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
    font-size: 16px;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

@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');
}

html {
    min-height: 100%;
}

body {
    color: #000;
    font-family: 'Roboto', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 700;
}

#wrapper {
    max-width: 690px;
    margin: 1rem auto;
    border: 3px solid #008060;
    background: #fff url('../images/background.jpg') no-repeat 0 0;
    position: relative;
}

header {
    padding: 0.3125rem 51% 0.625rem 0.625rem;
    display: flex;
    justify-content: center;
}

article {
    padding: 3.125rem 51% 0.875rem 0.625rem;
}

footer {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: 0;
    width: 49.7%;
}

p {
    text-align: center;
}

strong {
    font-weight: 700;
}

h1 {
    font-weight: 700;
    font-size: 1.6875rem;
    line-height: 2rem;
    position: absolute;
    z-index: 3;
    left: 52%;
    top: 10.5625rem;
    color: #fff;
    width: 47%;
    text-align: center;
}

h2 {
    font-weight: 700;
    font-size: 1.5625rem;
    line-height: 2.25rem;
    position: absolute;
    z-index: 3;
    left: 52%;
    text-align: center;
    top: 0.875rem;
    color: #fff;
    width: 47%;
}

h3 {
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.75rem;
    position: absolute;
    z-index: 3;
    left: 53%;
    top: 7.25rem;
    transform: rotate(-6deg);
    text-shadow: 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff, 0 0 0.3125rem #fff;
}

h4 {
    margin: 0 0 1.9375rem;
    font-weight: 700;
    font-size: 1.125rem;
    line-height: 1.5625rem;
    text-align: center;
}

.box {
    margin-top: 1rem;
    color: #fff;
}

.box a {
    color: #fff !important;
}

: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: 689px) {
    #wrapper {
        margin: 0;
        border: none;
    }

    h2 {
        font-size: 1.5rem;
    }

    :is(h2, h4, p) {
        hyphens: auto;
    }

    footer {
        width: 50.1%;
    }
}

@media all and (max-width: 680px) {
    #wrapper {
        background: #fff;
    }

    header {
        background: #008060;
        padding: 1rem;
    }

    article {
        padding: 0.9375rem;
    }

    :is(h1, h2) {
        background: #008060;
        position: static;
        width: auto;
        padding: 0.3125rem 0.625rem;
        margin-bottom: 0.9375rem;
    }

    h3 {
        position: static;
        transform: none;
        margin-bottom: 0.9375rem;
        text-align: center;
    }

    .box {
        background: #008060;
        padding: 0.3125rem 0.625rem;
    }

    :is(h4, h2) br {
        display: none;
    }

    h4 {
        margin-bottom: 0.9375rem;
    }

    footer {
        width: auto;
        position: static;
        display: flex;
        justify-content: center;
    }

    :is(h2, p) span {
        white-space: nowrap;
    }
}</pre></body></html>