@charset "utf-8";
@font-face {
    font-display: swap;
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/eb-garamond-v30-latin-regular.eot');
    src: url('../fonts/eb-garamond-v30-latin-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/eb-garamond-v30-latin-regular.woff2') format('woff2'), url('../fonts/eb-garamond-v30-latin-regular.woff') format('woff'), url('../fonts/eb-garamond-v30-latin-regular.ttf') format('truetype'), url('../fonts/eb-garamond-v30-latin-regular.svg#EBGaramond') format('svg');
}
@font-face {
    font-display: swap;
    font-family: 'EB Garamond';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/eb-garamond-v30-latin-700.eot');
    src: url('../fonts/eb-garamond-v30-latin-700.eot?#iefix') format('embedded-opentype'), url('../fonts/eb-garamond-v30-latin-700.woff2') format('woff2'), url('../fonts/eb-garamond-v30-latin-700.woff') format('woff'), url('../fonts/eb-garamond-v30-latin-700.ttf') format('truetype'), url('../fonts/eb-garamond-v30-latin-700.svg#EBGaramond') format('svg');
}
:root {
    font-size: 16px;
}
* {
    box-sizing: border-box;
    margin: 0;
}
html {
    min-height: 100%;
}
body {
    color: #000000;
    font: 400 1.25em/1.3em 'EB Garamond', "Time New Roman", serif;
}
#wrapper {
    position: relative;
    max-width: 610px;
    margin: 1rem auto;
    border: solid 2px #000;
    background: #FFFCDB;
    overflow: hidden;
    padding: 2rem 1.5rem 1.5rem;
}
p {
    padding-bottom: 1rem;
}
:is(a:link, a:visited, a:hover, a:active) {
    color: inherit;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
}
h1 {
    margin: 0 0 1rem;
    font-size: 1.625em;
    line-height: 1.1em;
    text-align: center;
    font-weight: 600;
}
h1 span {
    display: block;
    font-size: 1.125rem;
    line-height: 1.3em;
    font-weight: 400;
}
header {
    display: flex;
    justify-content: center;
    padding-bottom: 2rem;
}
@media only screen and (max-width: 591px) {
    #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;
    }
    br {
        display: none;
    }
}
@media only screen and (max-width: 480px) {
    body {
        font-size: 1.125em;
    }
    #wrapper {
        padding: 1rem;
    }
}