* {
	margin: 10px;
	padding: 0;
}

body {
	background-color: #131922;
}

table {
	border-collapse: collapse;
	width: 600px;
	margin: 0 auto;
}

caption {
	caption-side: bottom;
	padding: 10px;
}

thead, tfoot {
	background-color: #30363D;
	font-size: 20px;
}

th, td {
	border: 1px solid #30363D;
	padding: 8px 10px;
	color: white;
	font-weight: 500;
}

thead, th {
	font-weight: bold;
	width: 33%;
}

td {
	text-align: center;
	background-color: #0D1117;
}

@font-face {
	font-family: NotoEmoji-Regular;
	src: url(NotoEmoji-Regular.ttf);
}

tr td:nth-child(2n) {
	font-size: 32px;
}

tr td:nth-child(3n) {
	font-family: NotoEmoji-Regular;
	font-size: 32px;
}

tr td:nth-child(4n) {
	display: none;
}

input {
	width: 20%;
	height: 25px;  
	font-size: 16px;
	padding: 5px;
	border: 1px solid #ddd;
	margin-bottom: 12px;
}

.container {
	text-align: center;
	margin: 0 auto;
	font-family: sans-serif;
	color: white;
}