#splash {
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	background:#BCE1DF;
	text-align:center;
	color:#fff;
}

#splash_text {
	position: absolute;
	top: 50%;
	left: 50%;
    z-index: 999;
	width: 100%;
	transform: translate(-50%, -50%);
	color: #fff;
}

#splash_text svg {
    height: 4px;
}