
        body {
        background-image: url("https://uncaughtinpromise.neocities.org/assets/blog/blue-sky-blog-page-tile.jpg");
        background-repeat: repeat;
        color: #3882ca;
        font-family: Times New Roman, serif;
        cursor: url('https://uncaughtinpromise.neocities.org/assets/blog/kitecurs.gif'), auto;	
      }
      
      h1, h2, h3, h4, summary span {
        font-family: SwankStd, serif;
        font-size: 3.5em;
      }
      
        h2 {
        margin-top: 5px;
      }
      
      a {
        color: #5e6cbf;
      }
      a:hover {
        color: #ffa07a;
      }
      
      
      .divBlogPost {
        max-width: 700px;
        margin: 0 auto;
        margin-top: 40px;
        margin-bottom: 40px;
        background: rgba(255,255,255,0.5);
        padding: 20px;
        position: relative;
      }
      
      .blogPost {
        max-height: 65vh;
        overflow: auto;
        border-top: 2px dotted #ffa07a;
        border-bottom: 2px dotted #ffa07a;
        line-height: 1.6;
        padding-bottom: 5px;
        padding-top: 5px;
        max-width: 100%;
        
      }
      
      .blogImage {
        max-width: 100%;
        height: auto;  
        display: block;
        margin: 10px auto;
        
      }
      
      .date {
        float: right;
        font-size: 2em; 
        font-family: SwankStd, serif;
      }