*,
*:before,
*:after {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 100%;
	font-weight: normal;
}

html,
body {
	height: 100%;
	overflow: hidden;
}

body {
	font-family: serif;
	font-weight: bold;
}

h1 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 50%;
	font-size: 7vw;
	text-align: center;
	color: forestgreen;

}

span {
	display: block;
}


}