
header h1 a {
	color:inherit;
}

header h1 a:hover {
	text-decoration: none;
	color:inherit;
}

.blog-list{
	list-style: none;
}

.blog-list li{
	margin-bottom: 15px;
}

.blog-list p{
	margin-bottom: 3px;
}

.blog-list .author{
	font-weight: bold;
}

.blog-post h3{
	margin-top: 24px;
}

aside{
	background-color: #ccc;
	padding: 20px;
	border-radius: 10px;
}


@media all and (max-width : 800px) {
	
	header h1{
		font-size: 24px;
	}
}

