.markdown-here-wrapper {
  font-size: 16px;
  line-height: 1.8em;
  letter-spacing: 0.1em;
}

#about h1, h2, h3, h4, h5, h6 {
  margin: 20px 0 10px;
  padding: 0;
  font-style: bold !important;
  color: #0382db !important;
  text-align: center !important;
  margin: 1.5em 5px !important;
  padding: 0.5em 1em !important;
}

#about h1 {
  font-size: 24px !important;
  border-bottom: 1px solid #ddd !important;
}

#about h2 {
  font-size: 20px !important;
  border-bottom: 1px solid #eee !important;
}

#about h3 {
  font-size: 18px;
}

#about h4 {
  font-size: 16px;
}

#about strong, b{
  color: #fdb2ac;
  font-size: 24px;
}

#about em, i {
  color: #009688;
}

#about hr {
  border: 1px solid #BF360C;
  margin: 1.5em auto;
}

#about p {
  margin: 1.5em 5px !important;
}

#about p.comment {
  text-align: center;
}

#about img {
  display:block; 
  margin:0 auto;
  width:50%;
}

#about video {
  display:block; 
  margin:0 auto;
  width:50%;
}