body{
    margin:0;
    padding:0;
}

#top_nav{
    display: none;
}

#home{
    display: flex;
    position: relative;
    flex-direction: column;
    align-items: center;
    background:url('https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fc-ssl.duitang.com%2Fuploads%2Fitem%2F202001%2F21%2F20200121173010_vfssi.thumb.1000_0.gif&refer=http%3A%2F%2Fc-ssl.duitang.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1648275491&t=f38a49fe5186a7e3ec514de3995061f8') no-repeat;
    background-size: cover;
}

#header{
    width: 100%;
    height: 500px;
    background: url('https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fp2.itc.cn%2Fimages01%2F20210619%2F7494b58b284442f0b9d6ad26670d5f45.png&refer=http%3A%2F%2Fp2.itc.cn&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1648275276&t=859e4576da48248cd21ea654fb13d49f') no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
}

#Header1_HeaderTitle{
    color: white;
    text-decoration: none;
    font-family: fantasy;
    position: absolute;
    top: 400px;
    right: 30px;
}

#navigator{
    position: absolute;
    top: 510px;
    width: 80%;
    display: flex;
    justify-content: space-between;
}

#navList{
    list-style: none;
}

#navList li{
   float: left;
   margin-right: 20px;
}

.blogStats{
    display: flex;
    align-items: center;
}

#main{
    width: 80%;
    margin-top: 100px;
    display: flex;
    justify-content: space-between;
}

#mainContent{
    width: 70%;
}

#sideBar{
    width: 30%;
}

#sideBarMain{
    padding-left: 50px;
    
}

#sidebar_news, #blog-calendar, #leftcontentcontainer, .day{
    background: white;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 50px;
}

