body {
	
	font-family: 'Roboto',"Open Sans","Helvetica Neue", "Arial", sans-serif;
	background-color: #EBEBEB;
	font-size: 18px;	
}

.textShadow {
    font: bold 50px "lato", sans-serif;
    background-color:  #565656;
    color: blue;
    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;
}

a:link {
  color:green;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: green;
}

a:hover {
  color: hotpink;
}

.container {
	margin: 60px;
	align: center;
	display: block;	
	}