body {
	background:#34495e;
}
.welcome {
	font-family: 'Lato', sans-serif;
	font-size: 27px;
	color: white;
	
	position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}