body {
	margin: 0;
	background-color: #17191a;
}

.container {
	width: 100%;
	height: 100%;
	background: #333;
	overflow: hidden;
}

.main-title {
	position: absolute;
	margin: 0;
	padding: 0;
	color: white;
	text-align: center;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	
	font-family: 'Lato', sans-serif;
	font-weight: normal;
	font-size: 5vw;
	letter-spacing: 1.5vw;
	text-shadow: 0vw 0.5vw 0.5vw rgba(0, 0, 0, 0.9);
	font-weight: 200;
}
