h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

h2 {
    margin-top: 2.5rem;
}

h3 {
    margin-top: 2rem;
}

h4 {
    margin-top: 1.5rem;
}

.page-content {
    word-wrap: break-word;
    font-size: 1.2rem;
    line-height: 1.5rem;
}

.post-name {
    font-size: 2.5rem;
    line-height: 3rem;
    text-align: center;
}

.post-image {
    width: 100%;
    height: auto;
    display: block;
}

.post-details {
    text-align: center;

}

.post-content {
    margin-top: 3rem;
}

.list-post a {
    text-decoration: none;
}

.list-post-name {
    line-height: 2rem;
    margin-bottom: 0;
}

.list-post-date, .post-details {
    font-size: 1rem;
}

.list-post-name, .post-name {
    margin-top: 0;
}