* {
	margin: 0;
	font: 300 1em/1.2 system-ui, sans-serif;
}

body {
	box-sizing: border-box;
	display: grid;
	place-content: center;
	height: 100svh;
	gap: 1rem;
	padding: 1rem;
	background: #1b1b1b;
	color: #fff;
	text-align: center;
}

h1 {
	font-size: 3.5rem;

	& + p {
		margin-bottom: 1.5rem;
		font-size: 1.75rem;
	}
}