body {
  background: #000;
  margin: 0;
}
h2 {
  font:bold 100px arial;
  
  color:#eee; /*Level 1*/
  text-shadow:
    0 1px 0px #fff, /*Level 1+*/
    0 2px 0px #ddd, /*Level 2*/
    0 3px 0px #ccc, /*Level 3*/
    0 4px 0px #bbb, /*Level 4*/
    0 5px 0px #aaa, /*Level 5*/
    0 6px 0px #999, /*Level 6*/
    0 7px 0px #888, /*Level 7*/
    0 8px 0px #777, /*Level 8*/
    0 9px 0px #666, /*Level 9*/
    0 10px 0px #555, /*Level 10*/
    0 11px 5px rgba(123, 150, 221, 0.4), 
    0 15px 15px rgba(123, 150, 221, 0.4);
	font-size:30px;
	text-align:center;
}