#home {
    margin: 0 auto;
    width: 85%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 30px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgba(100,100,100,.3);
}
#blogTitle h1 {
    font-size: 60px;
    font-weight: bold;
    line-height: 1.5em;
    margin-top: 20px;
}
#blogTitle h1 a {
    color: #002bfd;
    font-family: Consolas;
}
body {
    background: url(https://aqours.tv/background.jpg) fixed no-repeat top center;
    background-size: 100% 100%;
    opacity: 0.85;
}
.cnblogs-markdown .hljs, .cnblogs-post-body .hljs {
    font-family: "Consolas",monospace !important;
    font-size: 12px !important;
    line-height: 1.5 !important;
    padding: 5px !important;
}


#navigator {
    font-size: 16px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 25px;
}