body {
	font-family: 'Lora', 'Times New Roman', serif;
	font-size: 18px;
	line-height: 1.5;
	color: #404040;
	position: relative;
	background: #FFF;
	display: flex;
	flex-flow: column;
	height: 100vh;
}

h1 {
	font-family: 'Open Sans', 'Helvetica Neue';
	font-size: 36px;
	font-weight: 800;
	text-align: center;
}

h2 {
	font-family: 'Open Sans', 'Helvetica Neue';
	font-weight: 800;
}

a {
	color: #008AFF;
	text-decoration: none;
}

a:hover, a:focus {
	color: #0051a1;
}

hr {
	max-width: 100px;
	border-radius: 3px;
	border-color: inherit;
	margin: 15px auto;
	border: 0;
	border-top: 4px solid gray;
}

.index_item_date {
	word-break: keep-all;
	vertical-align: top;
	padding-right: 15px;
	font-style: italic;
}

@media (min-width: 768px) {
	article {
		width: 750px;
		margin-left: auto;
		margin-right: auto;
	}
}

article {
	box-sizing: border-box;
}

code {
	padding: 2px 4px;
	font-family: 'Lilex';
	font-size: 90%;
	color: #c7254e;
	background-color: #f9f2f4;
	border-radius: 4px;
}

pre {
	color: #f8f8f2;
	background-color: #272822;
	tab-size: 4;
	padding: 9.5px;
	margin: 0 0 10px;
	font-size: 13px;
	font-family: 'Lilex';
	word-break: break-all;
	word-wrap: break-word;
}

pre code {
	color: inherit;
	background-color: transparent;
}
