/* Style the main header */
#header {
    background-color: #f8f9fa;
    padding: 20px;
    border-bottom: 1px solid #e9ecef;
}

/* Style the blog title */
#blogTitle .title a {
    font-size: 24px;
    font-weight: bold;
    color: #333;
    text-decoration: none;
}

#blogTitle .title a:hover {
    color: #007bff;
}

/* Style the navigation menu */
#navigator #navList {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
}

#navigator #navList li {
    display: inline;
}

#navigator #navList li a {
    text-decoration: none;
    color: #555;
    padding: 5px 10px;
    border-radius: 4px;
}

#navigator #navList li a:hover {
    background-color: #e2e6ea;
    color: #007bff;
}

/* Style the blog stats */
.blogStats {
    margin-top: 10px;
    font-size: 14px;
    color: #777;
}
