.stats {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: center;
	box-sizing: border-box;
}

.stats-header h2 {
	font-weight: bold;
	text-decoration: underline;
}

.stats-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.stat {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	text-align: center;
	padding: 10px;
}

.stat h1 { font-weight: bold; }
.stat h1, .stat h4 { white-space: nowrap; }