section {
    background-color: rgb(210,210,210,0.7);
    padding: 5px;
    border: 10px solid rgb(255,215,0);
    margin: 20px;
}
h1 {
  color: black;
  font-size: 28pt;
  text-align: center
}
h2 {
  color: black;
  font-size: 20pt;
  text-align: center
}
h3 {
  font-size: 16pt;
  text-align: center
}
h4 {
  color: black;
  font-size: 20pt;
  text-align: left
}
p {
  color: black;
  font-size: 12pt;
  text-align: left;
}
body
{
  background-color: rgb(255,245,230);
}
.post-thumb img {
    float:right;
    margin-right:8px;
    max-height: 120px;
    max-width: 120px;
}
