@import url(http://fonts.googleapis.com/css?family=Cardo|Droid+Sans|Droid+Sans+Mono);
html {
	height: 100%;
}

body {
	background: #444;
	color: white;
	font-size: 30px;
	font-family: Droid Sans;
	height: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	-webkit-transition: top 1s, left 1s;
	-webkit-transition-function: ease-in-out;
	overflow: hidden;
}

section {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	padding: .5em;
	overflow: auto;
}

h1 {
	font-family: Cardo;
	font-size: 40px;
	margin: 0;
}

code {
	font-size: 24px;
	font-family: Droid Sans Mono;
}

a {
	color: #ccf;
}

a:visited {
	color: #fcf;
}

pre {
	margin-top: -1em;
}
