.center{
	position: relative;
	color: #FFFFFF;
}
.center img{
	width: 100%;
	height: auto;
}
.center .center-all{
	position: absolute;
	top:40%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	letter-spacing: 3px;
}

.center .center-all h5{
	font-size: 28px;
}
.center .center-all p{
	font-size: 18px;
	margin: 30px 0 70px 0;
}
.center .center-all a{
	color: #FFFFFF;
	border-radius: 5px;
	border: 1px solid #FFFFFF;
	padding: 12px 24px;
	font-size: 16px;
	margin: 30px 0 90px 0;
	transition: all 0.4s; 
}

.center .center-all a:hover {
	background-color: #70AFDF;
	border: 1px solid #70AFDF;
}