.page-header{grid-area:header}.page-left{grid-area:left}.page-main{grid-area:main}.page-right{grid-area:right}.page-footer{grid-area:footer}@font-face{font-family:calligraffitti;src:url(/fonts/Calligraffitti-Regular.ttf)}h1,h2,h3,h4,h5{font-family:calligraffitti,serif;font-size:2em;font-weight:1e3;color:#f5e0dc;padding-top:.5em}body{color:#cdd6f4;font-size:1.25em;background-color:#1e1e2e;padding:1em 5em;display:grid;height:100vh;grid-column-gap:10px;grid-row-gap:15px;grid-template-areas:"header header header" "left main right" "footer footer footer";grid-template-rows:40px auto 40px;grid-template-columns:1fr 5fr 1fr}@media(max-width:900px){body{padding:1em .5em;grid-template-areas:"header" "left" "right" "main" "footer";grid-template-rows:40px auto 40px;grid-template-columns:5fr}body ul{overflow:hidden}}li::marker{font-family:calligraffitti,serif;font-weight:1e3}li.list:nth-child(even)>div:nth-child(1){rotate:5deg;background-color:#313244;z-index:-99}li.list:nth-child(odd)>div:nth-child(1){rotate:-5deg;background-color:#45475a;z-index:-99}a{color:#89b4fa;text-decoration:none}a:hover{text-decoration:underline}.list{display:flex;margin-bottom:2.5em;gap:.25em;position:relative;padding:2.5em}.list__title{color:#f5e0dc}.list__peek__image{display:grid;gap:2em;grid-template-columns:3fr 1fr}@media(max-width:900px){.list__peek__image{grid-template-columns:1fr}.list__peek__image img{grid-row:1/2}}.list__peek img{height:auto}.list__summary{display:flex;justify-content:space-between}.list__date{font-family:calligraffitti,serif;font-weight:1e3;color:#a6adc8;white-space:nowrap;writing-mode:sideways-lr;margin:auto 0;font-weight:1e3}.list__outline{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:2.5em}li.page-item:nth-child(even)>a:nth-child(1){background-color:#313244}li.page-item:nth-child(odd)>a:nth-child(1){background-color:#45475a}.pagination{padding-left:0;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:5em;font-family:calligraffitti,serif;font-weight:1e3}.pagination li{display:inline;padding:2em 0}.pagination li a{padding:.75em 3em;border-radius:1.5em}.pagination li:nth-child(even){rotate:5deg}.pagination li:nth-child(odd){rotate:-5deg}.active a{background-color:#a6e3a1!important;color:#1e1e2e}.disabled a{background-color:#f38ba8!important;color:#1e1e2e}p{margin-bottom:1em;text-indent:1.5em}p:first-of-type{text-indent:0}.page__heading{display:flex;flex-direction:row;justify-content:space-between}.page__logo{position:relative;display:inline-block;padding:0 5em}.page__logo a h1{color:#1e1e2e}.page__logo__outline{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:2.5em;rotate:-2deg;z-index:-99;background-color:#94e2d5}.post{position:relative;display:inline-block;padding:.5em;width:100%}@media(max-width:900px){.post{overflow:hidden}}.post__outline{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:2.5em;rotate:2deg;z-index:-99;background-color:#313244}.highlight{width:100%;overflow:auto}.dropbtn{border-radius:2em;font-size:16px;border:none;background-color:inherit}.dropdown{position:relative;display:inline-block}.dropdown-content{display:none;position:absolute;border-radius:2em;min-width:5em;box-shadow:0 8px 16px rgba(0,0,0,.2);z-index:1}.dropdown-content:nth-child(even){background-color:#f2cdcd;rotate:-2deg}.dropdown-content:nth-child(odd){background-color:.dropdown-content:nth-child(odd) sky;rotate:2deg}.dropdown-content a{color:#1e1e2e;padding:12px 16px;text-decoration:none;display:block;border-radius:2em}.dropdown:hover .dropdown-content{display:block}.top__menu li{border-radius:2em;display:inline-block;padding:.5em 1em;font-family:calligraffitti,serif;font-weight:1e3}.top__menu li a{color:#1e1e2e}.top__menu li:nth-child(even){background-color:#a6e3a1;rotate:2deg}.top__menu li:nth-child(odd){background-color:#cba6f7;rotate:-2deg}#comments-wrapper picture{display:inline-block}#comments-wrapper article{position:relative;padding:2em;margin:2em 0;display:grid;grid-template-areas:"author time avatar" "main main avatar" "footer footer avatar"}@media(max-width:900px){#comments-wrapper article{overflow:hidden}}#comments-wrapper article .avatar-link{grid-area:avatar;margin-left:auto}#comments-wrapper article .avatar-link picture img{height:auto;max-height:5em;width:5em;border-radius:1em}#comments-wrapper article .author{grid-area:author}#comments-wrapper article .author .instance{display:none}#comments-wrapper article time{grid-area:time}#comments-wrapper article main{grid-area:main}#comments-wrapper article main::before{position:absolute;left:0;top:0;width:100%;height:100%;border-radius:2.5em;background-color:#313244;content:"";z-index:-99}#comments-wrapper article:nth-child(odd) main::before{rotate:5deg;background-color:#313244}#comments-wrapper article:nth-child(even) main::before{rotate:-5deg;background-color:#45475a}#comments-wrapper article footer{grid-area:footer;display:none}#load-comment{padding:.75em 3em;border-radius:1.5em;background-color:#a6e3a1;border-style:none;cursor:pointer}