
body {
	height: 100%;
	width: 100%;
	background-color: #2980b9;
	position: absolute;
	padding: 0;
	margin: 0;
}

h1 {
	font-family: "Josefin Slab";
	font-weight: 100;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 5em;
	color: #FFFFFF;
}

@media (min-width: 540px) {
	h1 {
		font-size: 4em;
	}
}

@media (min-width: 960px) {
	h1 {
		font-size: 7em;
	}
}

@media (min-width: 1200px) {
	h1 {
		font-size: 10em;
	}
}