article {
    width: 80%;
    margin: auto;
}
h1 {
    font-size: 32px !important;
}
h2 {
    font-size: 26px !important;
}
h3 {
    font-size: 22px !important;
}
h4 {
    font-size: 20px !important;
}
p {
    font-size: 14px !important;
}
h1#header {
    text-align: center;
}
.single-post h1#header {
    text-align: left;
}
.single-post article.post {
    padding: 3rem 0;
}
.single-post .tags {
    margin-bottom: 2rem;
}