.blog-body {
  padding: 10px;
  background: #f0f0f0;
  font-family: "MS Sans Serif", Tahoma, sans-serif;
  font-size: 13px;
  color: black;
}

.post {
  border: 2px groove #ccc;
  padding: 6px 10px;
  margin-bottom: 8px;
  background: white;
}

.post-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
  font-weight: bold;
}

.post-date {
  font-weight: normal;
  color: #555;
  font-size: 12px;
}

.post-desc {
  line-height: 1.3em;
}

.title-bar-text {
  font-family: "MS Sans Serif", Tahoma, sans-serif;
}