.overall-title {
	font-size: 34px;
}
.overall-title a {
	text-decoration: none;
	color: #212529;
}

body {
	font-size: 15px;
}

header {
	margin: 30px 0;
	padding-bottom: 30px;
	border-bottom: 1px solid lightgray;
}
footer {
	padding: 50px 0;
	margin-top: 40px;
	border-top: 1px solid lightgray;
}
.copyright {
	font-size: 13px;
}

.h1, h1 {
	font-size: 1.5rem;
	margin-bottom: 0;
}
.h2, h2 {
	font-size: 1.2rem;
	margin-bottom: 0;
}
.h3, h3 {
	font-size: 1.1rem;
	margin-bottom: 0;
}
.h4, h4 {
	font-size: 1rem;
	margin-bottom: 0;
}
.main-article-item {
	padding: 7px 0;
}
.article-datetime {
	margin-bottom: 10px;
	color: darkgrey;
	font-size: 14px;
}
.category-bottom-text {
	margin-top: 50px;
}
.article-body {
	line-height: 28px;
}