body {
  background-color: black;
}
h1, h2 {
  font-family: sans-serif;
  font: arial;
  color: black;
}
h1 {
  font-size: 30px;
  font-style: bold;
}
h2 {
  font-size: 25px;
  font-style: italic;
  margin-top: -10px;
}
p {
  font-size: 20px;
  font-family: sans-serif;
  font: arial;
  color: black;
}
a{
  text-decoration: none;
  color: inherit;
}
.blog_title{
  background-color: #3d0303;
  margin: 0px 400px 0px 400px;
}
.blog_body{
  background-color: #3d0303;
  margin: 0px 400px 0px 400px;
}
.blog_content{
  box-shadow: 1px 1px 1px;
  font-weight: bolder;
  margin: 0px 150px 0px 150px;
}
.comments{
  background-color: #3d0303;
  margin: 0px 400px 0px 400px;
  padding-bottom: 30px;
}
.comments_title{
  margin: 0px 400px 0px 400px;
  background-color: #3d0303;
}
.comments_body{
  background-color: #3d0303;
  margin: 0px 400px 0px 400px;
}
.comments_poster{
  box-shadow: 1px 1px 1px;
  font-weight: bold;
}
.comments_content{
  box-shadow: 1px 1px 1px;
  margin-top: -10px;
  padding-bottom: 5px;
  font-style: italic;
  font-size: 15px;
}
