@import url(http://fonts.googleapis.com/css?family=Lily+Script+One);

html, body {
  margin: 0;
  height: 100%;
	width: 100%;
	display: table;
}

html {
	background-repeat: repeat;
	background-position: center center;
}

body {
    
}

div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

l {
  font: normal 200px/ 100px 'Lily Script One', Helvetica, Arial;
	color: rgb(175, 187, 187);
	text-shadow: 0 0 30px #20b2aa, 
		0 0 10px rgba(175, 187, 187, 0.41), 
		0 0 100px #0000ff, 
		0 0 500px #add8e6, 
		5px 9px 5px rgba(0, 0, 0, 0.5);
}

l.off {
	color: rgba(46, 46, 46, 0.61);
	text-shadow: 7px 7px 5px rgba(0, 0, 0, 0.5);
}
