
      .divBlogPost {
        max-width: 700px;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
      }
      
      .blogPost {
        max-height: 65vh;
        overflow: auto;
        border-top: 2px dotted #36365b;
        border-bottom: 2px dotted #36365b;
        line-height: 1.6;
        padding-bottom: 10px;
        padding-top: 10px;
        max-width: 100%;
      }
      
      .date {
        float: right;
        font-family: XanhMono, Courier, monospace;
      }