body {
	
	font-family: "Lato","Open Sans","Helvetica Neue", "Arial", sans-serif;
	background-color: aliceblue
}
.textShadow {
    font: bold 50px "lato", sans-serif;
    background-color: #565656;
    color: transparent;
    text-shadow: 2px 2px 3px rgba(155, 185, 255, 0.8);
	/*Chrome, Safari*/
    -webkit-background-clip: text;
	/*Firefox*/
    -moz-background-clip: text;
	/*Standard Syntax*/
    background-clip: text;
}

.container {
	width: 900px;
	margin: 40px;
	position: relative;
	
	}