body {
    line-height: 1.6;
    color: #333;
    font-family: ui-monospace, SFMono-Regular, "SF Mono", Menlo, Consolas, "Liberation Mono", sans-chinese, monospace;
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f4f4f4;
}

#posts {
    flex-grow: 1;
}

.main-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 0px;
}

h1 {
    color: #2c3e50;
    text-align: left;
    padding-bottom: 0px;
}

.h1-hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 2px solid #c39bd3;
}

h2 {
    color: #d2b4de;
    margin-top: 10px;
    margin-bottom: 0px;
}

.h2-hr {
    margin-top: 0px;
    margin-bottom: 30px;
    border: 0;
    border-top: 1px solid #bdc3c7;
}

footer {
    margin-top: 10px;
    padding-top: 20px;
    border-top: 2px solid #c39bd3;
    text-align: center;
    font-size: 0.9em;
    color: #7f8c8d;
}

footer p {
    margin: 0;
}

footer a,
footer a:visited {
    color: #7f8c8d;
    text-decoration: underline;
}

#pagination {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
}

#pagination a {
    margin: 0 10px;
    color: #c39bd3;
}

#pagination span {
    margin: 0 10px;
}
