Scoreboard {
	position: absolute;
	left: 30%;
	right: 30%;
	background-color:rgb(0, 0, 0, 0.50);
	justify-content: center;
	align-items: center;
	font-weight: bold;
	display:flex;
	flex-direction:column;
	padding:20px;
}
.player-name-head {
	width: 40%;
	color:white;
}

.player-kill-head {
	width: 30%;
	color: white;
}

.player-death-head {
	width: 30%;
	color: white;
}
.player-name {
	width: 40%;
	color: white;
}
.player-kill {
	width: 30%;
	color: white;
}
.player-death {
	width: 30%;
	color: white;
}
