/* Enter Your Custom CSS Here */
.site-title {
  font-family: Merriweather;
  font-weight: 900;
  font-size: 50px;
}

.site-branding .site-title a {
  color: #c90000;
}

.site-branding .site-title a:hover {
  color: #1a1a1a;
}

.site-description {
  font-size: 30px;
}

.entry-content p {
  text-align: justify;
}

.entry-title {
	font-size: 2rem;
}