body {
	background: #111;
}


.home {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

h1 {
	width: auto;
	font-size: 5vw;
	letter-spacing: .05em;
	color: #eee;
	font-family: serif;
}

span {
	color: #333;
}




@media only screen and (max-width: 768px) {
	
h1 {
	font-size: 10vw;
}
	
}