.content_div {
	width: 100%;
}

.content_div.hidden {
	display: none;
}

.content_heading {
	width: 100%;
	text-align: center;
	margin: 0 auto;
	font-size: 25pt;
	color: #555;
}

.content_subheading {
	font-size: 20pt;
	color: #555;
	width: 100%;
}

.content_body {
	padding-top: 10px;
	padding-bottom: 10px;
}

code {
	font-size: 12pt;
	color: #777;
	letter-spacing: 1.2;
	margin-top: 5px;
}

img[src="me.jpg"] {
	width: 135px;
	height: inherit;
	border-radius: 200px;
	margin-right: 25px;
}