@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Delicious Handrawn';
    font-style: normal;
    font-weight: 400;
    src: url('delicious-handrawn-v8-latin-regular.eot');
    src: url('delicious-handrawn-v8-latin-regular.eot@') format('embedded-opentype'), url('delicious-handrawn-v8-latin-regular.woff2') format('woff2'), url('delicious-handrawn-v8-latin-regular.woff') format('woff'), url('delicious-handrawn-v8-latin-regular.ttf') format('truetype'), url('delicious-handrawn-v8-latin-regular.svg') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 0.875em/1.3em "Segoe UI", Arial, sans-serif;
}
#wrapper {
    position: relative;
    max-width: 930px;
    margin: 1rem auto;
    border: solid 2px #FAD668;
    background: #F7D859;
    overflow: hidden;
}
p {
    padding-bottom: 0.5rem;
    text-align: justify;
    hyphens: auto;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    display: block;
}
h1, h2 {
    text-transform: uppercase;
}
h1 {
    margin: 0 0 0.5rem;
    font: 400 2.2em/1.1em 'Delicious Handrawn', cursive;
}
h2 {
    font-size: 1.4em;
    line-height: 1.3em;
}
h2, .font {
    font-family: 'Delicious Handrawn', cursive;
    font-weight: 400;
}
ul {
    padding: 0 0 0.5rem 1rem;
    list-style: none;
    line-height: 1.4;
}
li {
    padding-left: 1.5rem;
    background: url('icon.jpg') top 2px left no-repeat;
}
article .right li {
    padding-left: 1.5rem;
    background: url('icon2.jpg') top 2px left no-repeat;
}
header {
    position: absolute;
    top: 1rem;
    right: 1rem;
}
article {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
article .left {
    width: 460px;
}
article .right {
    width: 466px;
    padding: 4.75rem 0.5rem 0;
}
article .banner {
    position: relative;
    width: fit-content;
    margin: 0 auto;
}
article .banner div {
        top: 7.2rem;
    right: 0;
    position: absolute;
    width: 100%;
}
article .banner div :is(p, h1) {
    text-align: center;
}
article .banner p {
    padding-bottom: 0.375rem;
}
article section {
    padding: 0.5rem 0.5rem 0;
    background: #FBEFC3;
}
.right ul:last-of-type {
    padding-bottom: 1rem;
}
p a {
    display: inline-block;
}
footer {
    width: 466px;
    padding: 0 0.5rem;
    position: absolute;
    bottom: 0;
    right: 0;
}
footer p {
    font-size: 0.98em;
    line-height: 1.3em;
}
@media only screen and (max-width:929px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        text-align: left;
    }
    p span {
        display: inline-block;
    }
    header {
        position: static;
        display: flex;
        justify-content: center;
        padding: 0.5rem;
    }
    :is(.left, .right), footer {
        width: 48% !important;
    }
    article .right {
        padding-top: 0.5rem;
    }
    article .banner div {
        position: static;
        padding: 0.5rem 0.5rem 0;
        background: transparent;
    }
}
@media only screen and (max-width:780px) {
    article {
        display: block;
    }
    :is(.left, .right), footer {
        width: 100% !important;
    }
    article .banner figure {
        display: flex;
        justify-content: center;
    }
    article section {
        padding-bottom: 0.5rem;
    }
    footer {
        position: static;
    }
}
@media only screen and (max-width:480px) {
    h1 {
        font-size: 1.7em;
    }
    ul {
        padding-left: 0;
    }
}
@media only screen and (max-width:425px) {}