body {
  background: #fafafa;
  color: #333333;
}
.post-section {
  background: #ffffff;
  padding: 10px 20px;
  border: 1px solid #dddddd;
  border-radius: 3px;
  margin-bottom: 20px;
}

.top-buffer {
  margin-top:20px;
}

.buffer-link {
  margin-top:10px;
}

h1, h2, h3, h4, h5, h6 {
  color: #444444;
}

a.post-title{
  outline: none;
  text-decoration: none;
  color: #444444;
}

a.post-title:hover {
  color: darkgreen ;
  border-bottom: 1px solid;
}

a.post-edit{
  outline: none;
  text-decoration: none;
  color: #444444;
}

a.post-edit:hover {
  color: darkgreen ;
  border-bottom: 1px solid;
}

.account-img {
  height: 200px;
  width: 180px;
  margin: 20px 20px 10px 20px;
}
