.website {
    background-color: black;
    color: white;
    font-family: 'verdana';
    text-align: center;
    touch-action: manipulation;
}

.title {
    font-size: 28px;
    color: red;
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 10px;
}

.postformat {
    max-width: 800px;
    margin: 18px auto;
    text-align: center;
    line-height: 1.6;
    font-size: 16px;
    margin-top: 0px;
}

/* Blog index */

.post-list {
    max-width: 720px;
    margin: 20px auto;
    padding: 0 16px;
    text-align: left;
}

.post-item {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #222;
    gap: 16px;
}

.post-item:first-child {
    border-top: 1px solid #222;
}

.post-link {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.post-link:hover {
    color: red;
}

.post-date {
    color: #888;
    font-size: 12px;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Post reader */

.post-meta {
    max-width: 720px;
    margin: 10px auto 6px;
    padding: 0 16px;
    text-align: left;
}

.post-date-header {
    color: #888;
    font-size: 12px;
}
