body{
	margin: 0;
	font-family: arial;
	font-size: 18px;
	line-height:  1.5;
	color: #05a;
	background: #ffffff;
}

.container{
	max-width: 800px;
	margin: 0 auto 80px auto;
}

@media only screen and (max-width: 840px) {
	.container{
		margin: 20px;
	}
}

.article{
	background: #579;
	margin: 20px 0;
	padding: 6px 20px;
	color: #ffffff;
	border-radius: 6px;
}

.article a{
	text-decoration: none;
	color: #ffffff;
}

.navbar{
	padding: 20px;
	margin-bottom: 50px;
	border-bottom: 1px solid #eee;
}

.navbar, a .navbar-item, .navbar-item, .navbar-title{
	color: #05a;	
}

hr{
	color: #05a;
	border-color: #0050a050;
	margin-bottom: 30px;
}

.navbar-container{
	max-width: 1200px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.navbar-title{
	display: inline-block;
	margin: 0 20px 0 0;
}

@media only screen and (max-width: 840px) {
	.navbar-title{
		display: none;
	}
}

a .navbar-item, .navbar-item{
	display: inline-block;
	margin: 0 20px;
	text-decoration: none;
}

.category{
	font-size: 16px;
	display: inline-block;
	margin-left: 20px;
}

.post-title{
	margin-bottom: 0;
}