#noneHeader1_HeaderTitle {
opacity: 0;
}

#noneblogTitle h2 {
    line-height: 1.5;
    margin-left: 2.5em;
    color: #935A32;
    font-size: 30px;
    font-weight:900;
}

/* 定制博客背景图片，url里面是你的图片位置信息 */
body { 
     background-color: #efefef;
     background-image:url(https://images.cnblogs.com/cnblogs_com/wenbochang/1203185/o_o_bg_shw.jpg); 
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-position: center 0; 
     background-size: cover; 
    padding-top:0px;
  }