body{
	background-color: #efefef;	
	display: flex;
	align-items: center; 
}
.center {
	margin: 0 auto;
	width: 20%;
}
.text{
	color: #666;
	font-family: 'Open Sans', sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 32px;
	margin: 20px 0 72px;
	text-align: center;
}