* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
body {
	font-family: "Roboto Slab", serif;
	font-weight: 300;
	font-size: 16px;
	background-color: #bfdfdf;
}
body div {
	position: relative;
	height: 100vh;
}
h1 {
	position: absolute;
	margin: 0;
	top: 45%;
	left: 50%;
	transform:  translate(-50%, -50%);

	font-size: 42px;
	font-weight: 700;
	text-align: center;
	text-shadow: #efefef 1px 1px 1px;
}