body{
    background:url(	https://img2022.cnblogs.com/blog/2697367/202210/2697367-20221030150925477-1885592441.webp) fixed;
    background-size: 100%;
    background-repeat: no-repeat;
}
#home {
    opacity: 0.88;
}
#blogLogo{
    background:url(https://img2022.cnblogs.com/blog/2697367/202210/2697367-20221026225716232-629851343.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width:80px;
    height:80px;
}
.postTitle span{
    font-size: 2em;
}
#navCategory{
    overflow: hidden;
}
#navCategory li{
    margin: 5px 0 5px 0;
}
#navCategory a{
    color: white;
    font-weight: bold;
    text-decoration: none;
    font-family: "comic sans ms", sans-serif;
}
