GlobalLeaderboardUI {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(32, 34, 39, 0.99);
	justify-content: center;
	align-items: center;
	font-weight: bold;
	border-radius: 20px;
	flex-direction: column;
	gap: 15px;

	.title {
		font-size: 100px;
		font-family: Poppins;
		color: #fff;
		align-items: center;
	}
	
	.space {
		margin: 36px 0;
	}
}
