body{
    background: #212228;
    color: #b7bec5;
}

#title a:link, #title a:visited, #title a:active, #title a:hover {
    color: #b7bec5;
}

#top_nav{
    background: #2e3033;
    color: #b7bec5;
    position: static;
}

#masthead{
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex: 1;
    border-radius: 4px 4px 0 0;
    background-position: 20%;
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
    background-image: url(https://images.cnblogs.com/cnblogs_com/blogs/718355/galleries/2063100/o_211116044042_2.jpg);
    padding: 0 6px;
    grid-area: top;
    width:1200px;
    height: 280px;
    padding: 0;
    margin-top: 0;
    top: -98px;
}

#nav{
    position: relative;
    width:1200px;
    padding: 0;
    top: -98px;
}

#Header1_HeaderTitle{
    color: #b7bec5;
}

#navbar{
    background: #2e3033;
    padding-left: 100px;
}

#content{
    width:1200px;
    padding: 0;
    position: relative;
    background: #363b40;
    top: -98px;
}

#leftmenu{
    margin-top: 25px;
    position: relative;
    left: 986px;
    border: 2px solid white;
    padding-left: 3px;
    margin-bottom: 60px ; 
}

.my-icon img{
    width: 100px;
    height: 100px;
    border: black 2px solid;
    border-radius: 50px;
}
.my-icon{
    margin: 0 auto;
    width: 100px;
    display: block;
    position: relative;
    z-index: 500;
    top: 90px;
    right: 415px;
}

.navbar-custom{
    display: block;
}

#navbar li{
    margin: 0 17px;
}

#navbar a:hover{
    text-decoration: none;
    color: gold;
}

#profile_block a{
    text-decoration: none;
    color: #b7bec5;
}

#profile_block a:hover{
    text-decoration: none;
    color: gold;
}

#leftmenu h3{
    border-style: solid;
    border-bottom-width: 2px;
}

#footer div{
    border-top: 2px solid white;
}

#main{
    position: relative;
    right: 90px;
    margin-top: 25px;
    border: 2px solid white;
    width: 840px;
    margin-bottom: 50px;
    box-sizing: border-box;
}

#posthead{
    border-style: solid;
}

#posthead a{
    color: #b7bec5;
}

.posthead{
    border-style: solid;
}

.posthead a:hover{
    color: gold;
    text-decoration: none;
}

.cb_post_title_url{
    color: #b7bec5;
}

a{
    color: #b7bec5;
    text-decoration: none;
}

a:hover{
    color: gold;
    text-decoration: none;
}

#cnblogs_ch, #cnblogs_c1, #under_post_card1, #under_post_card2{
    display: none;
}

.md-plain{
    color: #b7bec5;
}

a:visited, a:active, a:link{
    color: #b7bec5;
}

#main a:visited, #main a:active, #main a:link{
    color: gold;
}

.md-toc{
    border: white 2px solid;
    width: 260px;
    position: fixed;
    top: 383px;
    left: -800px;
    height: 550px;
    overflow: hidden auto;
    padding-left: 10px;
    margin: 0 50vw;
}

#Header1_HeaderTitle{
    font-size: 20px;
    font-weight: bolder;
    color: white;
}

#title{
    left: 105px;
    width: 170px;
}

#cnblogs_post_body ul{
    padding-left: 20px;
}

#cnblogs_post_body th, .cnblogs-post-body th {
    background-color: rgba(0, 0, 0, 0);
}

:not(.cnblogs_code):not(.cnblogs_Highlighter) > pre:not([class*="language-"]):not([highlighted]):not(.hljs) {
    background-color: #333333;
}

#cnblogs_c2{
    display: none;
}