#blogTitle h2 { margin-left: 200px; color: gray; }
#navList a { transition: background 0.3s; }
#navList a.menu { display: inline-block; padding: 10px; border-radius: 5px; border: none; }
#navList a:link { background: transparent; text-decoration: none; }
#navList a:visited { background: transparent; text-decoration: none; }
#navList a:hover { background: DeepSkyBlue; text-decoration: none; }
#navList a:active { background: DeepSkyBlue; text-decoration: none; }
#main { width: 1200px; }
#mainContent { width: 980px; }
#mainContent .forFlow { width: 980px; }
.day { width: 940px; }
.postTitle { width: 940px; margin-top: 20px; }
.postCon,
.postDesc,
.postBody { width: 940px; }
#topics { width: 960px; }
.postTitle a { color: #3aa3e2; }