.post h1 {
  color: #464646;
  margin-bottom: 0;
  margin-top: 0;
}
.post h2 {
  margin-bottom: 10px;
  margin-top: 30px;
}
.post h3 {
  color: #5e7630;
  font-size: 13px;
  margin-bottom: 15px;
  margin-top: 5px;
  text-transform: uppercase;
}
  .post h3 iframe {
    height: 20px;
    margin-top: 7px;
  }
.post iframe {
  border: none;
  width: 100%;
}
.post .image {
  margin-bottom: 10px;
  text-align: center;
}
