.gameperformancebox {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 250px;
    margin: 0 20px 40px;
}

.gameperformancebox .value {
    position: relative;
    bottom: 138px;
    font-family: "Metropolis Regular";
    font-size: 25px;
    line-height: 1.17;
    letter-spacing: normal;
    text-align: center;
    color: #0eb5fe;
}

.gameperformancebox .label {
    border: solid 1px #707070;
    border-radius: 20px;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 20px;
    width: 100%;
    word-break: break-word;
    line-height: 1.25;
    letter-spacing: 3.6px;
    text-align: center;
    color: #333333;
    font-family: "Metropolis Bold";
}

.gameperformancebox.score {
    width: 125px;
    margin: 0 20px 20px;
}

.gameperformancebox.score .value {
	bottom: 75px;
	font-size: 20px;
	letter-spacing: 0.2px;
}

.gameperformancebox.score .label {
	font-size: 14px;
	letter-spacing: 0.14px;
	font-family: "Metropolis Regular";
	padding: 5px;
    border-radius: 8px;
}