html { 
  background: #f1f1f1 no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*styling #hex*/
/*custom font - Lato*/
@import url("https://fonts.googleapis.com/css?family=Lato:100");
/*basic reset*/
* {margin: 0; padding: 0;}
/*make the body occupy full height*/
html, body {height: 100%;}

#hex {
	color: white; font: 64px/64px Lato; height: 64px;
	/*Vertical centering*/
	position: relative; top: 30%; margin-top: -32px;
	/*Horizontal centering*/
	text-align: center;
}