* {
	margin: 0;
	padding: 0;
	/* background: rgba(0, 100, 0, 0.1) !important; */
}

body {
	max-width: 1200px;
	margin: auto;
	padding: 8px 120px;
	font-family: "Ubuntu";
	background: #ffffff;
}

table img {
	height: 24px;
	width: auto;
}

.confetti {
	width: 500px;
	position: absolute;
	pointer-events: none;
}

.trophy {
	width: 200px;
	margin-top: -80px;
	margin-bottom: -100px;
	pointer-events: none;
}

.hide {
	display: none;
}

.title-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 24px;
}

.left,
.right {
	display: flex;
	flex-direction: column;
	padding: 0px;
	gap: 4px;
}

.right h2 {
	text-align: right;
}

h2 {
	font-family: "Ubuntu Mono";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	color: #1a1a1a;
}

th {
	font-family: "Ubuntu Mono";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: left;
	color: #1a1a1a;
}

h1 {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 500;
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	color: #1a1a1a;
}

.score-section {
	display: flex;
	flex-direction: column;
	padding: 0px;
	gap: 24px;
	margin-top: 40px;
}

.game-name {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.score-board {
	display: flex;
	flex-direction: column;
	padding: 40px;
	background: #f7f7f7;
	border-radius: 8px;
}

table,
th,
td {
	/* border: 1px solid black; */
	padding: 8px;
	border-spacing: 0;
	text-indent: 0;
}

td {
	font-family: "Ubuntu";
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	text-transform: uppercase;
	text-align: left;
	color: #1a1a1a;
}

.highlight {
	font-weight: 700;
}

@media only screen and (max-width: 420px) {
	body {
		max-width: 320px;
		margin: auto;
		padding: 8px 16px;
		font-family: "Ubuntu";
		background: #ffffff;
	}

	h1 {
		font-size: 16px;
		line-height: 24px;
	}

	.mobile {
		display: none;
	}

	.score-board {
		padding: 8px;
	}

	.trophy {
		width: 150px;
		margin-top: -60px;
		margin-bottom: -80px;
		pointer-events: none;
	}

	.confetti {
		width: 500px;
		position: absolute;
		pointer-events: none;
	}
}

@media only screen and (max-width: 812px) {
	body {
		max-width: 812px;
		margin: auto;
		padding: 8px 16px;
		font-family: "Ubuntu";
		background: #ffffff;
	}

	h1 {
		font-size: 16px;
		line-height: 24px;
	}

	.score-board {
		padding: 8px;
	}

	.trophy {
		width: 150px;
		margin-top: -60px;
		margin-bottom: -80px;
		pointer-events: none;
	}

	.confetti {
		width: 500px;
		position: absolute;
		pointer-events: none;
	}
}
