@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'Satisfy';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/satisfy-v22-latin-regular.eot');
    src: url('../fonts/satisfy-v22-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/satisfy-v22-latin-regular.woff2') format('woff2'), url('../fonts/satisfy-v22-latin-regular.woff') format('woff'), url('../fonts/satisfy-v22-latin-regular.ttf') format('truetype'), url('../fonts/satisfy-v22-latin-regular.svg#Satisfy') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #070E11;
    font: 400 1em/1.3em Arial, sans-serif;
    text-align: center;
}
#wrapper {
    position: relative;
    max-width: 590px;
    margin: 1rem auto;
    border: solid 1px #000;
    background: #F5F3EE;
    overflow: hidden;
    padding: 0;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
h1 {
    margin: 3rem 0 4rem 7rem;
    font-size: 1.375em;
    line-height: 1.3;
    font-weight: normal;
    text-align: left;
    align-items: center;
    display: flex;
    gap: 1rem;
    position: relative;
    z-index: 2;
}
h1:before {
    content: url('../images/icon.jpg');
}
h2 {
    font: 400 2.25em/1.3 'Satisfy', cursive;
    margin: 0 3rem 2rem 0;
    color: #6F3E3D;
    position: relative;
    z-index: 2;
}

h2:last-of-type {
    width: fit-content;
    margin-left: auto;
    transform: rotate(-4deg);
}
ul {
    padding: 0 0 0.5rem;
    list-style: none;
}
li {
    padding-left: 1rem;
}
li:before {
    content: "•";
    float: left;
    margin: -1px 0 0 -1rem;
}
figure {
    position: absolute;
    bottom: 0;
    left: 0;
}
article {
    padding: 0 2rem;
}
footer p {
    text-align: center;
    width: fit-content;
    margin-left: auto;
    padding: 1rem;
    position: relative;
    z-index: 2;
    font-size: 1.0625em;
    line-height: 1.3;
}

footer img {
    vertical-align: -4px;
}
footer a {
    display: inline-block;
    margin: 0 0.5rem;
}
@media only screen and (max-width: 589px) {
    #wrapper {
        border: none;
        margin: 0 auto;
    }
    p {
        -moz-hyphens: auto;
        -o-hyphens: auto;
        -webkit-hyphens: auto;
        -ms-hyphens: auto;
        hyphens: auto;
    }
    p :is(span, a) {
        display: inline-block;
    }
    figure {
        position: static;
        display: flex;
        justify-content: center;
    }
    h1 {
        margin: 1rem 0;
    }
    h2 {
        margin: 0 0 1rem;
        width: auto !important;
    }
    article br {
        display: none;
    }
}
@media only screen and (max-width:480px) {
    article {
        padding: 0 1rem;
    }
}