ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

li {
	display: flex;
	align-items: center;
	gap: 10px;
}

.stat {
	color: #ea7052;
	float: left;
	width: auto;
	font-size: 40px;
	font-weight: 700;
	font-family: "Londrina Solid", cursive;
}

.txt {
	color: white;
	float: left;
	font-size: 25px;
	font-weight: 500;
	font-family: "Londrina Solid", cursive;
}

#bg {
	border-radius: 10px;
	padding: 0.4em 1.2em;
	display: flex;
	gap: 20px;
	background-color: rgb(0, 0, 0);
	width: -moz-fit-content;
	width: fit-content;
	flex-wrap: nowrap;
	align-items: center;
}

#country-flag {
	width: 50px;
}

.blocks {
	width: 40px;
}
