html {
	font-family: sans-serif;
	font-size: 16px;
}

body {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #fff;
}

h1 {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
	margin: 1em 0;
	text-align: center;
}