#top_nav {
    display: none;
}
#blogTitle {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 30rem;
    background: url(https://images.cnblogs.com/cnblogs_com/blogs/702140/galleries/2026335/o_210910082348bg06.jpg) no-repeat center;
    background-size: cover;
    position: static;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
#lnkBlogLogo {
    display: none;
}
#blogTitle h1 {
    background: none;
    width: auto;
    height: auto;
    text-align: center;
    font-weight: bold;
    position: static;
}
#blogTitle h1 a {
    position: static;
    font-family: 'Playball',cursive;
    color: #fff;
    font-size: 3rem;
    text-shadow: 0 3px 6px rgba(0,0,0,0.3);
}
#blogTitle h1 a:visited, #blogTitle h1 a:link {
    text-decoration: none;
}
#blogTitle h2 {
    width: auto;
    height: auto;
    text-align: center;
    font-weight: bold;
    position: static;
    text-shadow: 0 3px 6px rgba(0,0,0,0.5);
    font-family: 'Playball',cursive;
    font-size: 1.2rem;
}
#navList a {
    transition: all .1s;
}
#navList a:link {
    text-shadow: none;
}
#navList a:hover {
    text-shadow: none;
}
#widget_my_zzk {
    padding: 1rem;
}