body {
color: #000;
     background-color: #efefef;
     background: url(https://www.cnblogs.com/images/cnblogs_com/whisperlzw/1506627/o_a027950cgy1g50xsomdevj20u015b1kx_WPS%e5%9b%be%e7%89%87_WPS%e5%9b%be%e7%89%87.jpg) fixed;
     background-repeat: repeat; 
     background-attachment: fixed; 
     background-position: center 0; 
     background-size: cover; 
     font-family: 'Consolas', sans-serif;
}
#home {
margin: 0 auto;
opacity: 0.8;
width: 65%;
min-width: 980px;
background-color: #fff;
padding: 30px;
margin-top: 130px;
margin-bottom: 130px;
box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}

.cnblogs_code pre {
font-family: Consolas !important;
font-size: 16px!important;
word-wrap: break-word;
white-space: pre-wrap;
}

.cnblogs_code span {
font-family: Consolas !important;
font-size: 16px!important;
line-height: 1.5!important;
}

.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Consolas",sans-serif!important;
    font-size: 15px!important;
    line-height: 1.5!important;
    padding: 5px!important;
}