.playerstats {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	list-style: none;
	margin: auto;
	margin: 20px 0 50px;
}

.playerstats__item {
	margin-right: 5%;
	text-align: center;
}

.playerstats__number {
	font-size: 38px;
}

.playerstats__text {
	font-size: 20px;
	color: #ddd;
}