<!doctype html>
<html lang="en">
	<head>
		<meta charset="utf-8">
		<title>It seems too easy. And to be fair, it doesn’t look great.</title>
		<style>
		h1 {
			font-family: system-ui, sans-serif;
			background-color: #000;
			color: #fff;
		}
		</style>
	</head>
	<body>
		<h1>It seems too easy. And to be fair, it doesn’t look great.</h1>
	</body>
</html>