.nv-post {
    background: white;
    padding: 10px;
    margin-bottom: 10px;
    /* width: 90%; */
    margin: auto;
    max-width: 1100px;
}
.nv-post-title {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.nv-post-content {
    font-size: 1.1em;
}