a{
    text-decoration-line: none;
}
body {
    /* background-color: #FEFAF0; */
    background-image: url('https://img2024.cnblogs.com/blog/1871540/202407/1871540-20240730012332698-943263214.svg');
    background-attachment: fixed;
}
.header{
    height: 300px;
    width: 80%;
    /* background-image: linear-gradient(to top right, #FB5517, #FEA934); */
    background-image: url('https://img2024.cnblogs.com/blog/1871540/202407/1871540-20240730012345638-600611281.svg');
    background-size:100% ;
    margin: 0 auto;
    border-radius: 35px;
}
.title{
    font-size: 140px;
    font-family: 'Times New Roman', Times, serif;
}
.title_E{
    display: inline-block;
    background-color: #FEFAF0;
    height: 155px;
    width: 155px;
    text-indent: 15px;
    margin-top: 20px;
    line-height: 150px;
    color: #FB5517;
    font-size: 200px;
}
.second_title{
    font: 25px 微软雅黑;
    font-style: italic;
    text-align: right;
    margin-right: 3%;
    color: #FEFAF0;
}
#header{
    display: none;
}
#cnblogs_ch{
    display: none;
}
#under_post_card1{
    display: none;
}
#under_post_card2{
    display: none;
}
#home{
    background-color: #ffffff99;
}