
    body {
    margin: 40px auto; 
    max-width: 800px;
    background-color: var(--background-color);
    }

        @font-face {
    font-family: "body";
    src: url("../fonts/Adelphe-FlorealRegular.otf");
    }

        @font-face {
    font-family: "title";
    src: url("../fonts/angelica.ttf");
    }

            @font-face {
    font-family: "sub";
    src: url("../fonts/Abordage-Regular.otf");
    }

                @font-face {
    font-family: "extra";
    src: url("../fonts/junicode-smexpitalic.otf");
    }

    #post-list {
padding: 0;
font-family: 'extra';
    font-size: 1.3em;
}

.spiral-div{
display: flex;
justify-content: center;
}

.spiral-div > .spiral {
height: 100px;
width:auto;
}


.pg-spiral-img{
position: absolute;
size: 20px;
right: 1126px;
height: 120px;
width: auto;
top: 50px;
mix-blend-mode:overlay;
}

input.t1{
position: fixed;
left: 30px;
bottom: 50px;
}
label.t1{
position: fixed;
left: 56px;
bottom: 45px;
}
input.t2{
position: fixed;
left: 30px;
bottom: 80px;
}
label.t2{
position: fixed;
left: 56px;
bottom: 75px;
}
input.t3{
position: fixed;
left: 30px;
bottom: 110px;
}
label.t3{
position: fixed;
left: 56px;
bottom: 105px;
}


img {
width: 100%;
margin-top: 0px;
display: flex;
padding: 20px;
align-items: center;
justify-content: center;
}

br {
content: "";
margin: .1em;
display: block;
font-size: 24%;
}

p {
font-family: 'body';
max-width: 72ch;
line-height: 1.37em;
}

h1, h2{
letter-spacing: 2px;
margin: 5px;
font-weight: normal;
font-family:'title';
margin-bottom: 20px;
}

h3 {
font-family: 'extra';
opacity: 0.8;
}

a {
color: var(--link);
}

p {font-size: 1.1em; }
h1 { font-size: 4em; }
h2 { font-size: 3em; }
h3 { font-size: 1.1em; }

blockquote p{
    color:var(--background-color);
    font-size: 1.5em;
    font-family: 'extra' !important; 
	margin: 0;
    padding: .4em;

}

.body {
    color: var(--accent-color);
    background-color: var(--main-color);
    padding: 20px;
    max-width: 49em;
    margin: auto;
    font-family: 'extra';
    line-height: 1.6em;
    }
    
.context {
    color: var(--main-color);}

.date {
    font-family: 'sub', sans-serif;
    font-size: 1em;
    color: #888888;
    margin-bottom: 10px;
    }

/* Themes */
:root {
    --bg: #442d1f;
    --text: #d9d9b6;
    --muted: #888888;
    --link: #aad275;
}

body.theme-default {
    background: var(--bg);
    color: var(--text);
}

body.theme-dark {
    --bg: #0f1115;
    --text: #e6e6e6;
    --muted: #bfc3c7;
    --link: #7fb77f;
    background: var(--bg);
    color: var(--text);
}

body.theme-contrast {
    --bg: #cf2525;
    --text: #cdb3b3;
    --muted: #333333;
    background: var(--bg);
    color: var(--text);
}



.backlink a { color: var(--link); }




