body {
	background-color: #2C1902;
	color: white;
	font-family: 'Baloo Tamma', cursive;
}

a:link, a:visited, a:hover, a:active {
	color: blue;
}

.code_entry {
	max-width: 75%;
	margin: auto;
	padding: 5px 3px 10px;
	background-color: GhostWhite;
	color: white;
}

#githubcat {
	height: 40px;
}

h1 {
	font-size: 3em;
	text-shadow: 4px 4px 4px #aaa;
}

h2 {
	font-size: 2em;
}

#navigation {
	text-align: center;
	font-size: 2em;
}

.blog_entry {
	background-color: gray;
	text-decoration: italic;
	margin: 0px 10% 0px;
}

.blog_date {
	color: yellow;
	font-size: 2em;
}

.blog_title {
	font-size: 2em;
	color: yellow;
}

.blog_info {
	text-align: center;
	text-shadow: 4px 4px 4px #fff;
}

.blog_text {
	font-family: 'Ubuntu', Regular;
	font-size: 1.5em;
}
