html {
}

body {
	font-family:'Ubuntu Mono', sans-serif;
	font-size:14pt;
	background:#000000;
	color: #cccccc;
	overflow-x: hidden;
}

h1 {
	font-family: 'Alfa Slab One', sans-serif;
	font-size:48pt;
	color: #77cc77;
}

div.about {
	transform: rotate(-2deg);
	transform-origin: 50% 50%;
}