body {
	font-family: sans-serif;
	background-color: black;
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
}
.num {
	font-size: 5rem;
	font-weight: bold;
}