#home {
    margin: 0 auto;
    width: 85%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

/*超链接样式*/
a:link {
    color: #0ba9f1;
    text-decoration: none;
}

/*发表文章的标题*/
#topics .postTitle {
    border: 0px;
    font-size: 200%;
    font-weight: bold;
    float: left;
    line-height: 1.5;
    width: 100%;
    padding-left: 5px;
}

/*代码块样式*/
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Courier New",sans-serif!important;
    font-size: 16px!important;
    line-height: 1.5!important;
    padding: 5px!important;
}

/*博客名称*/
#blogTitle h1 {
    font-size: 31px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}

body { 
     background-color: #efefef;
    background-image:url(https://images.cnblogs.com/cnblogs_com/ScnuWang/1231787/o_10fe98ff64b76170788e92aca00f158f.jpg); 
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-position: center 0; 
     background-size: cover; 
    padding-top:0px;
  }