#home {
    padding: 20px 0px;
    background-size: 100%;
    background-attachment: fixed;
    /* background-image: url(https://gimg2.baidu.com/image_search/src=http%3A%2F%2Fimg1.doubanio.com%2Fview%2Frichtext%2Flarge%2Fpublic%2Fp175345067.jpg&refer=http%3A%2F%2Fimg1.doubanio.com&app=2002&size=f9999,10000&q=a80&n=0&g=0n&fmt=jpeg?sec=1648889026&t=2a97c54…); */
}
#header{
    /* background-color: rgb(240 222 228 / 55%); */
    background-color: rgb(9 6 7 / 55%);
    height: 100px;
}
#header h1{
    font-size: 22px;
}
#blogTitle{
    display: block;
}
#navigator{
    top:10px;
}
#navList li{
    margin-right: 5px;  
}
#navList li a{ 
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: #340f0f;
    background-color: #fff;
    opacity: 0.5;
    padding: 8px 35px;
    box-shadow: 5px 5px 5px #a0a0a0;
}
#navList li a:hover{
    background-color: inherit;
    margin-top: -2px;
    padding-bottom: 10px;
    color: inherit;
    opacity: 0.5;
}
#sideBarMain h3{
    font-weight: bold;
    color: #333;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: #d4d4d4;
    padding: 8px;
    margin-top: 20px;
    background: #fdedda;
    border-left: 5px solid #fcc17f;
}
.CalTodayDay{
    background: #fdedda;
}

#main{
    background-color: #fff;
    opacity: 0.7;
    padding: 0 20px;
    width: auto;
}
#mylinks{
    background-color: #f8f8f8;
}
#mylinks .menu{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    color: #86b7df;
}
#mylinks .menu:hover{
    color:#fbca8f
}
#right{
    border-radius: 5px;
    /* background-color: #f0e2cd; */
    padding: 0 10px;
}
#left{
    /* background: #d6d9fe; */
    border-radius: 5px;
}