body {
	background-color: black;
	color: white;
	width: 100dvw;
	height: 100dvh;
	min-width: 100dvw;
	min-height: 100dvh;
	max-width: 100dvw;
	max-height: 100dvh;
	overflow: hidden;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-family: "Inter", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
}

h1 {
	font-weight: 300;
	font-size: 3.5rem;
	margin: 0;
}

strong {
	font-weight: 600;
}