#header {
    background: url("https://img2022.cnblogs.com/blog/2626847/202204/2626847-20220427224114673-1294126021.jpg") center/cover no-repeat !important;
}

#top_nav {
    display: none;
}

#blogTitle {
    background: none;
}

#blogTitle h1 {
    height: 120px;
    margin: .5rem auto;
    font-size: 45px;
    font-family: 'Ma Shan Zheng', cursive;
    text-shadow: 2px 2px 4px #000;
    text-align: center;
    background: none;
    position: relative;
    top: 21px;
}

#blogTitle h2 {
    margin: .5rem auto;
    font-size: 30px;
    font-family: 'Ma Shan Zheng', cursive;
    text-shadow: 2px 2px 4px #000;
    text-align: center;
    top: 50px;
    padding: 0px 0px !important;
    background: none;
}

#navigator {
    background-color: rgba(52,50,50,0.7);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border: none;
    position: fixed;
    top: 0px;
    right: 0px; 
    left: 0px;
    z-index: 1 !important;
}

.catListTitle {
    background-color: #3eaf7c;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: none;
    font-family: 'Ma Shan Zheng', cursive;
}

.sidebar-block h3 {
    background-color: #3eaf7c;
    border-top: 1px solid #dedede;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
    border-bottom: none;
}

#hitokoto_text {
    font-size: 20px;
}
