body {  
    color: #000;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 15px;
    min-height: 101%;
    background: url(https://images.cnblogs.com/cnblogs_com/mashuai-191/1278479/t_xuan.png) top center no-repeat #B4E4EF;
    background-size: 100% 100%;
}

#blogTitle h2 {
    color: #833f3f;
    text-shadow: 3px 3px 3px #ac9c9c;
    font-family:Kaiti;
    font-size: 150%;
}

#blogTitle h1 a {
    color: white;
}

#blogTitle {
    height: 45px;
    clear: both;
    background: #F7819F;
}

#home {
    margin: 0 auto;
    width: 94%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 80px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}