#header,#nav_main,#sideBar,#top_nav,#cnblogs_c1,
#under-post-card,#cnblogs_ch,#under-post-card,
#cnblogs_c2,#under_post_card1,#under_post_card2,
#under_post_card2,#post_next_prev,#div_digg,
#author_profile,#green_channel,blog_post_info_block,
.postDesc,#EntryTag,#footer,comment_form,comment_nav,
#comment_form_container,#lnk_RefreshComments,#HistoryToday,.entrylistItemPostDesc,#BlogPostCategory {display:none;} 

#main {
    justify-content: center;
    align-items: center; 
}

body {
  background: #fafafa;
  color: #212121;
  font-family: -apple-system, BlinkMacSystemFont, 
               "Apple Color Emoji", "Segoe UI Emoji", 
               "Segoe UI Symbol", "Segoe UI", "PingFang SC", 
               "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", 
               Helvetica, Arial, sans-serif !important;
  font-size: 16px;
  font-size: clamp(16px, 2.4vw, 21px);
}

# hzhHeader {
  border-bottom: solid 1px #808080;
  line-height: 0.6em;
  padding: 0.25em 0;
}

#hzhFooter {
  font-size: 0.625em;
  margin: auto !important;
  font-family: -apple-system, BlinkMacSystemFont, 
               "Apple Color Emoji", "Segoe UI Emoji", 
               "Segoe UI Symbol", "Segoe UI", "PingFang SC", 
               "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", 
               Helvetica, Arial, sans-serif !important;
  text-align: center;
}

#title {
  font-family: -apple-system, BlinkMacSystemFont, 
               "Apple Color Emoji", "Segoe UI Emoji", 
               "Segoe UI Symbol", "Segoe UI", "PingFang SC", 
               "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", 
               Helvetica, Arial, sans-serif !important;
  font-size: 2em;
  font-weight: 900;
  letter-spacing: 0.05em;
  margin: 1em 0;
  text-align: center;
}

code {
  font-size: 16px !important;
}

a {
  color: #212121 !important;
  text-decoration: none !important;
}

a:link {
  text-decoration: none !important;
}

a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: none !important;
}

a:hover {
  -webkit-transition-duration: .3s;
  -webkit-transition-property: background;
  background: #618794; !important;
  transition-duration: .3s;
  transition-property: background;
}

.footer-word {
  padding: 0.5rem;
}