body {
    color: #000;
    background: url(https://img2018.cnblogs.com/blog/1482168/201903/1482168-20190308205348950-1003371869.jpg) fixed;
    background-size: : 100%;
    background-repeat: no-repeat;
    font-family: Note Sans CJK SC, Ubuntu, "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
    /* font-size: 16px; */
    min-height: 101%;
}

.postBody {
    color: #000;
    /* line-height: 1.7; */
    font-size: 14px;
}

#cnblogs_post_body h1 {
    font-size: 20px;
    font-weight: bold;
    line-height: 1.8;
    margin: 10px 0;
}
#cnblogs_post_body h2 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
    margin: 10px 0;
}
#cnblogs_post_body h3 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.8;
    margin: 10px 0;
}
#cnblogs_post_body h4 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    margin: 10px 0;
}
#cnblogs_post_body h5 {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.8;
    margin: 10px 0;
}

#home {
    opacity: 0.95;
    margin: 0 auto;
    width: 50%;
    min-width: 1000px;
    background-color: #fff;
    padding: 22px;
    margin-top: 22px;
    margin-bottom: 22px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

.cnblogs-markdown code {
    font-size: 1em !important;
    font-family: Monaco, "Consolas", "Courier New", monospace!important;
    background-color: #f9f2f4 !important;    
    color: #c7254e;
    border: none !important;
}
