body {
    color: #000;
    background-color: #e6e6e6;
    font-family: "Helvetica Neue",Helvetica,Verdana,Arial,sans-serif;
    font-size: 12px;
    min-height: 101%;
    background: #219b79;
}
#home {
    margin: 0 auto;
    width: 70%;
    min-width: 950px;
    background-color: white;
    padding: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(5, 5, 5, 0.76);
}
.CalTodayDay {
    background: #e5e6e7 !important;
    color: #ccc;
    font-weight: bold;
}
.postTitle {
    border-left: 3px solid #219b79;
    margin-bottom: 10px;
    font-size: 20px;
    float: right;
    width: 100%;
    clear: both;
}
.postTitle a:visited, .postTitle a:active {
    color: #219b79;
    transition: all .4s linear 0s;
}
#blogTitle h1 a {
    color: #219b79;
}
#MySignature div {
    line-height: 25px;
}
#MySignature div a:hover {
    color: #219b79;
}
#header {
    padding-bottom: 5px;
    margin-top: 10px;
    background-image: url(https://images.cnblogs.com/cnblogs_com/Iamyoyodan/1688531/t_200403054319666.jpg?a=1585899361875);
    background-repeat: no-repeat;
}
#blogTitle h1 {
    font-size: 26px;
    font-weight: bold;
    line-height: 1.5em;
    margin-left: 150px;
    padding-top: 80px;
}
#blogTitle {
    height: 120px;
    clear: both;
}
#navigator {
    font-size: 13px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
    box-shadow: 0 2px 6px #219b79;
}
.blogStats {
    float: right;
    color: #757575;
    margin-top: 19px;
    margin-right: 20px;
    text-align: right;
}
#navList a:visited, #navList a:active {
    color: #23896c;
    font-weight: bold;
}
#sideBar a {
    color: #23896c;
}
a:hover
{
    color: #219b79;
}