html, body {
	height: 100%;
}
body {
	font-family: Georgia, "Times New Roman", serif;
	color: #2c2c2c;
	margin: 0;
	padding: 0;
	background: #faf8f5;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.under-construction {
	font-size: 3rem;
	color: #3a2a1a;
	letter-spacing: 4px;
	text-transform: uppercase;
}
