@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Mono:300,300i,400,400i,500,500i,600,600i,700,700i');

* {
	background-color: #363540;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
}

body {
	font-family: IBM Plex Mono, mono;
	color: #6A8FD9;
	padding: 20px;
}

#pub {
	color: #fa7970;
}

header {
	padding-bottom: 20px;
}

h1 {
	font-style: italic;
	color: #7ce38b;
}

h2 {
	font-weight: 400;
}

h3 {
	font-weight: 500;
	color: #CEA5FB;
	font-size: 16px;
}

p {
	color: #ecf2f8;
	font-size: 16px;
}

#detail {
	color: #faa356;
}

.column {
	float: left;
}

.left {
	width: 25%;
}

.right {
	width: 75%;
}

a {
	font-style: none;
	color: #a2d2fb;
}

.foot p {
	margin-left: auto;
	margin-top: 20px;
	text-align: center;
}

#foot {
	text-align: center;
	font-size: 12px;
	margin-top: 20px;
	color: #fa7970;
}