#blogTitle h1{
   
    margin-bottom: 0px;
    line-height: 200px;
font-size:30px;
font-weight:bold;
text-indent:85px
}
#blogTitle h1 a {
color:#3D4D4C;
font-size:45px
}
#blogTitle h2 {
    font-size: 20px;
    text-align: center;
    line-height: 100px;
    color: white;
}
#navList {
display:flex;
justify-content: space-around;
}
#navList li {
    height: 50px;
    width: 16.5%;
    text-align: center;
    line-height: 50px;
color:white;
font-size:20px
}
#navList li a {
color:#3D4D4C;
font-weight:bold
}
.blogStats {
    height: 30px;
    text-align: center;
    line-height: 30px;
display:flex;
margin-left:97px;
}
.blogStats span {
    display: block;
    height: 30px;
    line-height: 30px;
    margin-right:182px;
margin-top:20px;


}
#header {
background:linear-gradient(-90deg, #08251E, #FECFBE) ;


}
#main {
background:linear-gradient(-90deg, #08251E, #FECFBE) ;
}
#topics {
    height: 250px;
    text-align:center;
}
#mainContent {
padding-top:50px
}
#comment_form {
   margin-top:10px;
padding:10px
}
#blog_post_info {
    padding:10px;
font-size:20px;
color:white;
display:flex;
justify-content: space-around;
flex-direction:column;
overflow:hidden;
margin:100px 0px 150px 900px;
color:white;
}
#blog_post_info a {
color:white;


}
#blog_post_info a:hover {
color:orange;
text-decoration: none;
}
#blog_post_info input {
border:0;
background:black;
opacity:.1;
#comment_form_container p  input{
    border: solid 2px seagreen;
    border-radius: 10px;
float:left
width:500px;
    position:absolute;
left:50%
}
#tbCommentBody {
margin:20px 200px
}

.comment_my_posted {
    margin-bottom: 125px;
margin-left: 180px
}
.comment_main {
    margin: 200px 200px;
}
#green_channel {
 margin-bottom:50px

}
#comment_form_container {
    width: 600px;
    margin: 0 auto;
}