playertag.razor.scss
PlayerTag
{
	width: 100%;
	justify-content: center;
	align-items: center;
}

.username
{
	font-size: 60px;
	font-family: Poppins;
	font-weight: 500;
	background-color: #000d;
	color: #fff;
	white-space: nowrap;
	padding: 10px 30px;
	border-radius: 30px;
}