*{
    margin:0;
    padding: 0;
    font-family: "Noto Sans SC"
}
#blogTitle{
    display: flex;
    width: 100%;
    align-items: center;
    text-align: center;
    height: 100vh;
}
#blogTitle>h1{
    width: 100%;
}
#top_nav{
    display: none;
}
#Header1_HeaderTitle{
    text-decoration: none;
    color: #ccc;
}
/* 固定底部鲸鱼 canvas */
.container {
    width: 100%;
    height: 200px;
    position: fixed;
    z-index: -1;
    bottom: 0;
    left: 0;
}
#footer{
    text-align: center;
    color: #ccc;
}
#sideBar{
    position: absolute;
    left: 0;
    top: 0;
}