body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #000000;
}

.title {
	z-index: 10;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	font-family: "Montserrat";
	text-align: center;
	width: 100%;
}
.title h1 {
	position: relative;
	color: #FFF;
	font-weight: 100;
	font-size: 56px;
	padding: 0;
	margin: 0;
	line-height: 1;
	text-shadow: 0 0 10px #ff006c, 0 0 20px #ff006c, 0 0 30px #ff006c, 0 0 40px #ff417d, 0 0 70px #ff417d, 0 0 80px #ff417d, 0 0 100px #ff417d, 0 0 150px #ff417d;
	letter-spacing: 20px;
}

.title h3 {
	font-weight: 200;
	font-size: 46px;
	padding: 0;
	margin: 0;
	line-height: 1;
	color: #FFFFFF;
	letter-spacing: 12px;
	margin-bottom: 45px;
}

.title .iconfont {
	font-size: 200px;
}

.title hr {
	width: 340px;
	margin: 38px auto;
	border-top: 1px;
}

.title .jr {
	margin-top: 15%;
}

.title .jr a {
	color: white;
	letter-spacing: 10px;
	text-decoration: none;
	font-size: 30px;
}
