body{
    background: #000;
    font-family: monospace; /*Georgia, Palatino, serif;*/
    color: #EEE;
    line-height: 1;
    padding: 30px;
    margin: auto;
    max-width: 75vw;
    display: flex;
    flex-direction: column;
    align-items: center;
}
h1, h2, h3, h4 {
    font-weight: 400;
    margin-top: 30px;
    margin-bottom: 15px;
}
h1, h2, h3, h4, h5, p {
    padding: 0;
}
h1 {
    font-size: 48px;
}
h2 {
    font-size: 36px;
    margin: 24px 0 6px;
}
h3 {
    font-size: 24px;
}
h4 {
    font-size: 21px;
}
h5 {
    font-size: 18px;
}
a {
    color: #61BFC1;
    margin: 0;
    padding: 0;
    text-decoration: none;
    vertical-align: baseline;
    font-size: 16px;
}
a:hover {
    text-decoration: underline;
}
a:visited {
    color: rgb(101, 152, 154);
}
ul, ol {
    padding: 0;
    margin: 0;
    margin-bottom: 1rem;
    padding-inline-start: 16px;
}
li {
    line-height: 24px;
}
li ul, li ul {
    margin-left: 24px;
}
p, ul, ol {
    font-size: 16px;
    line-height: 24px;
}
header {
    width: 100%;
}
pre {
    background-color: #202020;
    align-self: stretch;
    white-space: pre-wrap;
    overflow: visible;
}
pre code {
    background-color: #202020;
    display: block;
    padding: 15px 20px;
}
code {
    font-family: Consolas, Monaco, Andale Mono, monospace;
    line-height: 1.5;
    font-size: 13px;
}
aside {
    display: block;
    float: right;
    width: 390px;
}
blockquote {
    border-left: .2em solid #eee;
    padding: 0 2em;
    margin-left:0;
    align-self: start;
}
blockquote  cite {
    font-size:14px;
    line-height:20px;
    color:#bfbfbf;
}
blockquote cite:before {
    content: '\2014 \00A0';
}

blockquote p {
    color: #666;
    max-width: 460px;
}
hr {
    text-align: left;
    margin: 0 auto 20px 0;
    color: #999;
}

.line {
    margin: 7px 0px;
    display: flex;
    flex-direction: row;
    white-space: nowrap;
}

.date {
    margin-right: 10px;
}

.post-link {
    margin-right: 10px;
}

.tag {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-right: 0;
    margin-left: auto;
}

#post-list {
    font-size: 15px;
}

.index {
    max-width:42em;
    width: 100%;
}

.post {
    max-width: 60em;
    width: 100%;
}

.post-header {
    margin-bottom: 35px;
}

img {
    max-width: 100%;
}

@media (min-aspect-ratio: 21/9) {
    .index {
        max-width: 50rem;
    }
}

/* Responsive table container */
table {
    max-width: 100%;
    border-collapse: collapse;
    margin: 1em auto;
    font-family: Arial, sans-serif;
    text-align: center;
    overflow-x: auto;
}
/* Table borders */
th, 
td {
    border: 1px solid #ddd;
    padding: 10px 15px;
}
/* Header styling */
th {
    color: white;
    font-weight: bold;
}