.header{
	position: fixed;
	top: 0;
	left:0;
	width: 100vw;
	height: auto;
	
	display: flex;
	gap: 2vw;
	flex-direction: row;
	background: rgba(0,0,0,.5);
	z-index: 9999999;
	padding: 20px;
	
	color: white;
}
.header .player-avatar{
	width: 15%;
	height: auto;
	
}
.header .player-avatar img{
	width: 100%;
	height: auto;
	border-radius: 6px;
}