html, body {
	width: 100%;
	height: 100%;
}
body {
	background: #9c4e16;
	color: #ffffff;
	font-size: 40px;
	margin-top: 45vh;
	text-align: center;
	font-family: "comic sans ms";
}