* {margin: 0px; padding: 0px;}

/* @media screen and (min-resolution: 250dpi) {
    html {font-size: 36px;}
}

@media screen and (max-resolution: 250dpi) {
    html {font-size: 16px;}
} */

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background-color: #e2e2e2;
    justify-content: center;
    align-items: center;
    -webkit-text-size-adjust: none;
}
a {
    text-decoration: none;
    margin: 0;
    color: #000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.card {
    background-color: #ffffff;
    outline-color: #202020;
    margin: 1.0rem;
    border-radius: 0.3rem;
    padding: 1.0rem;
    box-shadow: 0 0 0.2rem 0.2rem #e1e1e1;
}

.siteheader {
    display: flex;
    flex: 0 0 auto;
    background-color: #303030;
    color: #ffffff;
    width: 100%;
    justify-content: center;
    text-align: center;
}
.header-content {
    display: flex;
    max-width: 80.0rem;
    width: 100%;
}
.headeritem > a {
    display: inline-block;
    padding: 1.0rem;
    color: #ffffff;
    margin: 0;
}

.headeritem > a:hover {background-color: #101010;}
.sitename {
    flex: 0 0 auto;
    display: block;
    font-size: 1.6rem;
}
.sitename > a {
    font-size: 1.8rem;
    padding: 1.0rem;
}

.menu {flex: 0 0 auto;}

.menu > a {
    font-size: 1.2rem;
    padding: 1.4rem;
}

.footer {
    display: flex;
    flex: 0 0 auto;
    justify-content: center;
    background-color: #303030;
    color: #ffffff;
    font-size: 1.0rem;
    width: 100%;
}
.footer-content {
    display: flex;
    max-width: 80.0rem;
    width: 100%;
}
.copyright {
    flex: 0 0 auto;
    padding: 1.0rem;
    width: auto;
}
.author {
    flex: 0 0 auto;
    padding: 1.0rem;
}
.placeholder {flex: 1 1 auto;}
.page {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex: 1 1 auto;
    max-width: 80rem;
}
.list {
    flex: 1000 1 30rem;
    min-width: 20rem;
}
.post {
    flex: 1000 1 30rem;
    min-width: 20rem;
}
.sidebar {
    flex: 1 0 20rem;
}

.listheader {margin-left: 0.5rem; margin-right: 0.5rem;}
.listheader > h2 {font-weight: normal;}
.listitem {margin: 1.0rem; margin-left: 0.5rem; margin-right: 0.5rem; color: #404040;}
.listitem > .metainfo {color: #808080;}
.listitem-elem {margin: 0; padding: 0.5;}
.listitem-elem > * {margin: 0; padding: 0.5rem;}
.listitem-elem > h2 {font-weight: normal;}
.pageindex {
    display: flex;
    font-size: 1.5rem;
    justify-content: center;
}
.pageindex > a {
    color: #0f0f0f;
    margin: 0.5rem;
    margin-top: 0;
    padding-left: 1.0rem;
    padding-right: 1.0rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.pageindex > a:hover {
    color: white;
    background-color: #202020;
}

.postheader {
    text-align: center;
    padding: 1.0rem;
    border-bottom: solid;
    border-bottom-color: #e2e2e2;
    border-bottom-width: 1.0px;
}
.postmeta {
    padding-top: 1.0rem;
    color: #808080;
}
.postmeta > a {
    margin: 0.5rem;
    color: #808080;
}

.postcontent {
    margin-top: 1.0rem;
    flex-wrap: wrap;
}

.widget {
    padding: 0;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
}
.widget-header  {
    font-size: 1.5rem;
    padding: 1.0rem;
    border-top-right-radius: 0.3rem;
    border-left: solid;
    border-bottom: solid;
    border-bottom-width: 1.0px;
    border-bottom-color: #e2e2e2;
}
.widget-content {
    padding: 1.0rem;
}
.plainlist {
    padding: 0.5rem;
    border-bottom-style: dashed;
    border-bottom-width: 1.0px;
    border-bottom-color: #e2e2e2;
}