@font-face {
	font-family: 'Lilex';
	src: url('fonts/Lilex-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'Open Sans';
	src: url('fonts/Opensans.ttf') format('truetype');
}

@font-face {
	font-family: 'Lora';
	src: url('fonts/lora-v12-latin-700-regular.ttf') format('truetype');
}

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;
}

@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;
}

table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

th {
	padding: 5px;

	border-bottom: 2px solid black;
	border-left: 1px solid black;
	border-right: 1px solid black;
}

td {
	padding: 5px;
	border-left: 1px solid black;
	border-right: 1px solid black;
}
