div.meter {
	display: inline-block;
	height: 300px;
	width: 400px;
	text-align: center;
	font-size: 6vw;
}

div#testArea {
	display: flex;
	justify-content: center;
	flex-flow: row wrap;
}