@charset "UTF-8";
#infoBlock {
	width: 630px;
	box-sizing: border-box;
	margin: 0 auto;
}

#infoBlock {
	background: #6c739e;
	border-radius: 10px;
	padding: 20px;
	margin-top: 160px;
	margin-bottom: 50px;
}

#infoBlock p{
	color: #fff;
	text-align: center;
	padding-bottom: 20px;
}

#infoBlock a{
	background: #003459;
	margin: 30px auto 0;
}


#infoBlock h1{
	text-align: center;
	color: #fff;
	background-size: cover;
	margin: 0 auto 20px;
}