.block-blog-posts {
	background: #eee;
}
.block-blog-posts h2 {
	text-align: center;
	margin-bottom: 50px;
	font-size: 3rem;
}
.block-blog-posts .all-posts-button {
	margin-top: 50px;
	display: flex;
	justify-content: center;
}

.block-blog-posts .all-posts-button .button {
	display: inline-block;
	padding: 10px 20px;
	background-color: #88c440;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
}

.block-blog-posts .all-posts-button .button:hover {
	background-color: #005625;
}