body
{
	display: block;
	background-color: lightblue;
	padding: 40px;
	margin: 0;
	font-family: Monaco;
}
.blog-post
{
	max-width: 800px;
	margin: 0 auto;
	background-color: white;
	padding: 60px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.back-link
{
	display: inline-block;
	color: #666666;
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 30px;
}
.back-link:hover
{
	color: #000000;
	text-decoration: underline;
}
h1
{
	color: black;
	margin: 0 0 10px 0;
	font-family: Monaco;
	font-size: 32px;
	line-height: 1.3;
}
h1 b
{
	font-weight: 900;
	font-size: 40px;
}
h2
{
	color: black;
	margin: 30px 0 15px 0;
	font-family: Monaco;
	font-size: 24px;
}
.post-date
{
	color: #666666;
	font-size: 14px;
	margin-bottom: 40px;
}
.post-content
{
	line-height: 1.8;
	font-size: 16px;
}
.post-content p
{
	margin: 0 0 20px 0;
	color: #333333;
}
.post-content p:last-child
{
	margin-bottom: 0;
}
.post-content a
{
	color: #0066cc;
	text-decoration: underline;
}
.post-content a:hover
{
	color: #004499;
}
.post-content code
{
	background-color: #f5f5f5;
	padding: 2px 6px;
	border-radius: 3px;
	font-family: Monaco;
	font-size: 14px;
}
.post-content pre
{
	background-color: #f5f5f5;
	padding: 15px;
	border-radius: 5px;
	overflow-x: auto;
	margin: 20px 0;
}
.post-content pre code
{
	background-color: transparent;
	padding: 0;
}
