 @import url(https://fonts.googleapis.com/css?family=Ubuntu:400,500,700); 

::selection {
	background-color: transparent;
	color: maroon;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	font-family: 'Ubuntu', sans-serif;
	color: #fefefe;
}

html,
body {
	width: 100%;
	height: 100%;
	background-color: #262626;
	background-color: #000;
	position: relative;
	text-align: center;
	display: table;
	vertical-align: middle;
}

#wordSpace {
	text-align: center;
	font-family: 'Ubuntu', sans-serif;
	font-size: 60px;
	line-height: 60px;
	padding: 0 20px;
	display: table-cell;
	vertical-align: middle;
}