/* blog post styles */

@font-face {
	font-family: Melee;
	src: url("/A-OTF Folk Pro B.otf") format('opentype');
}

p {
  color: white;
  line-height: 1;
  filter: drop-shadow(5px 5px 10px black);
  
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  font-size: 28px;
  font-family: Melee;
}

.blog-image img {
  display: block;
  margin: 0 auto;
}