/*~~~~~~~~~load fonts~~~~~~~~~*/
@font-face {
    font-family:'Junicode';
    src:url('https://jofr.ing/fonts/Junicode.woff') format('woff');
    font-weight:normal;
    font-face:normal;
}
@font-face {
    font-family:'Junicode';
    src:url('https://jofr.ing/fonts/Junicode-Italic.woff') format('woff');
    font-weight:normal;
    font-style:italic;
}
@font-face {
    font-family:'Junicode';
    src:url('https://jofr.ing/fonts/Junicode-Bold.woff') format('woff');
    font-weight:bold;
    font-style:normal;
}
@font-face {
    font-family:'Junicode';
    src:url('https://jofr.ing/fonts/Junicode-BoldItalic.woff') format('woff');
    font-weight:bold;
    font-style:italic;
}
@font-face {
    font-family:'Junicode';
    src:url('https://jofr.ing/fonts/FoulisGreek.woff') format('woff');
    font-weight:normal;
    font-style:normal;
}

/*~~~~~~~~~main~~~~~~~~~*/
main {
    flex:1 0 auto;
}
html, body {
    height:100%;
    margin:0;
}
body {
    display:flex;
    flex-direction:column;
    font-family:'Junicode', serif;
    font-feature-settings:"ss02" 1, "cv01" 1, "cv02" 1;
    text-align:center;
    background-color:#667766;
    color:#e1d2c3;
    line-height:1.8;
    font-size:1rem;
}
table {
    font-feature-settings:"ss02" 0, "cv01" 0, "cv02" 0;
}
rt, rp {
    font-size:0.8rem;
}
h2 {
    color:#e1d2c3;
    margin-top:1rem;
    margin-bottom:0.5rem;
}
footer {
    flex-shrink:0;
    border-top-width:1px;
    border-top-color:#edebed;
    margin-top:2.5rem;
    margin-bottom:1rem;
}
.leaf {
    box-sizing: border-box;
    width: 85%;
    max-width: 95%;
    margin: auto;
    margin-bottom: 6rem;
    padding: 3rem;
    background-color: rgba(255,255,255,.2);
    color: #001312;
    border-top-right-radius: 6rem;
    border-bottom-left-radius: 6rem;
    border-color: #e1d2c3;
    overflow-x: auto;
}
.paper {
    background-color:#edebed;
    color:#001312;
    width:85%;
    max-width:95%;
    margin:auto;
    margin-bottom:6rem;
    padding:3rem;
    border-width:3rem;
    border-radius:0.125rem;
    border-color:#553311;
}
.modern {
    font-feature-settings:"ss02" 0, "cv01" 0, "cv02" 0;
}
.divlimit {
    margin:auto;
    max-width:80%;
}