#home {
    margin: 0px auto;
    width: 75%;
    min-width: 950px;
    background-color: #fff;
    padding: 30px;
    margin-top: 39px;
    margin-bottom: 50px;
    box-shadow: 0 2px 6px rgb(100 100 100 / 30%);
}
#navigator {
    font-size: 15px;
    border-bottom: 1px solid #ededed;
    border-top: 1px solid #ededed;
    height: 50px;
    clear: both;
    margin-top: 10px;
}
#blogTitle h1 a {
    color: #515151;
    font-size: 35px;
}
#blogTitle {
    height: 56px;
    clear: both;
    text-align: center;
}
#page_end_html {
    text-align: center;
    min-height: 15px;
    color: #686868;
    margin-top: 50px;
    padding-top: 10px;
    margin-bottom: 10px;
}