body{
    background: #000;
    font-family: monospace; /*Georgia, Palatino, serif;*/
    color: #EEE;
    line-height: 1;
    padding: 30px;
    margin:auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}
h1, h2, h3, h4 {
    font-weight: 400;
}
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;
    padding-inline-start: 16px;
}
li {
    line-height: 24px;
}
li ul, li ul {
    margin-left: 24px;
}
p, ul, ol {
    font-size: 16px;
    line-height: 24px;
}
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;
}