* {
	margin: 0;
	padding: 0;
	outline: none;
	list-style: none;
}

html {
	font: 300 62.5% 'Calibri Light', 'Open Sans', 'Segoe UI', sans-serif;
	color: #ccc;
	background: #222;
}

div#mainContainer {
	position: absolute;
	bottom: 20px;
	right: 20px;
	font-size: 8em;
	font-weight: 300;
	letter-spacing: -0.08em;
}
div#mainContainer p span {
	position: relative;
	top: -40px;
	color: #ff8800;
	font-size: 0.5em;
	letter-spacing: -0.08em;
}