body {
	margin: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 100vh;
	text-align: center;
	padding: 24px;
}

.dicestack-mm {
	max-width: 560px;
}

.dicestack-mm h1 {
	font-size: 34px;
	margin: 0 0 14px;
}

.dicestack-mm p {
	font-size: 17px;
	line-height: 1.6;
	opacity: .85;
}
