html, body {
    margin: 0;
}

body {
    background-color: #f2f5f9;
}

#top_nav {
    border-bottom: 1px solid #f1f1f1;
}

#nav_left {
    margin: 0;
}

#nav_right {
    margin: 0;
}

#header {
    position: sticky;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #fff;
    box-shadow: 0 5px 6px -5px rgb(0 0 0 / 44%);
    top: 0;
}

#blogTitle > #lnkBlogLogo {
    display: none;
}

#Header1_HeaderTitle {
    font-size: 20px;
    text-decoration: none;
    color: #444;
}

#blogTitle h1 {
    margin: 0;
}

#blogTitle h2 {
    display: none;
    margin: 0;
    font-size: 12px;
}

#navigator {
    display: flex;
    align-items: center;
}

#navigator .blogStats {
    display: none;
}

#navList {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 0;
    padding: 0;
    list-style: none;
}

#navList > li {
    color: #475669;
}

#navList > li a {
    color: #475669;
    text-decoration: none;
}


#mainContent {
    margin-left: auto;
    margin-right: auto;
    padding: 1.75rem 0;
    width: 750px;
}

.day + .day {
    margin-top: 1rem;
}

.day {
    padding: 1rem;
    background-color: #fff;
    box-shadow: 0 13px 15px rgb(31 45 61 / 15%);
}

.day .dayTitle > a {
    color: #29405d;
    font-size: .875rem;
}

.day .postTitle {
    padding-top: .125rem;
    padding-bottom: .125rem;
}

.day .postTitle > a {
    color: #475669;
    font-weight: bold;
    font-size: 1rem;
    text-decoration: none;
}

.day .postTitle > a:hover {
    text-decoration: underline;
}

.day .postCon {
    color: #29405d;
    font-size: .875rem;
}

.day .c_b_p_desc_readmore {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    padding: .125rem .625rem;
    width: fit-content;
    background-color: #7c4dff;
    color: #fff;
    border-radius: 9999px;
    font-size: 12px;;
    text-decoration: none;
}

.day .postDesc {
    color: #29405d;
    font-size: .875rem;
}
