.score_text {
	/*background: #2F3136;*/
	height: 15%;
	width: 100%;

	font-family: monospace, serif;

	display: flex;
	flex-wrap: wrap;
	overflow: hidden; 
}

.score_text text {
	width: 50%;

	color: #B9BBBE;
	font-size: 5vh;

	margin: auto;

	display: flex;
	justify-content: center;
}

@media screen and (orientation:portrait) {
	.score_text text{
		font-size: 4vh;
		flex-basis: 100%;
		height: 50%;
		width: 100%;
		
	}

	.score_text{
		height: 15%;
		flex-wrap: wrap;
	}
}