#page .site-content {
	display: flex;
    justify-content: center;
}
.ast-narrow-container .site-content > .ast-container {
    padding: 30px;
}

.entry-meta {
	display: none;
}
.entry-title {
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}

h2 {
    font-size:  28px !important;
}
h3 {
    font-size: 24px !important;
}

header.entry-header .entry-title {
    font-weight: 400;
}



