body {
    background: rgb(218,227,230);
}
#cnblogs_ch {
    margin-top: 5px;
    line-height: 1.8;
    display: none;
}
#cnblogs_c1, #cnblogs_c1 img{
    display: none;
}
#under_post_card1{
    display: none;
}
#under_post_card2{
    display: none;
}
#home {
    margin: 0 auto;
    width: 90%;
    min-width: 930px;
    border-radius: 20px;
    padding: 20px;
    border: 2px solid rgb(194,196,195);
    box-shadow: 0 2px 6px rgb(100 100 100 / 60%);
    background: linear-gradient(35deg, rgb(204 255 255), rgb(255 204 204));
}
.postTitle{
    font-size: 140%;
}
