/* Remove Pack TV articles from the home page. */
.home article.category-pack-tv
{
    /* display: none; */
}
/* remove pencil icon from each article */
.top-meta {
  display: none;
}

.entry {
 font-size: 1.7em; 
}

.post-title {
  font-size: 1.8em;
}

.entry p {
  margin-bottom: 3%;
}