body {
	color: #ffffff;
	background: #181b20;
	margin: 1rem 1.5rem 0 1.5rem;
}

div {
	background: #1f2329;
	border-radius: 3px;
	--border: 1px solid #26272b;
	padding: 0.5rem 0;
}

p {
	--background: #181b20;
	width: 95%;
	--border: 1px solid #1f2431;
	padding: 0.75rem 0;
	font-size: 1rem;
	font-weight: 500;
	margin: 0 auto 0.5rem auto;
	text-align: center;
	border-radius: 4px;
	text-transform: uppercase;
}

p span {
	color: #09b961;
}

tr {
	height: 35px;
	padding-top: 10px;
	padding-bottom: 10px;
}

table {
	width: 90%;
	margin: 0 auto;
	border-collapse: separate;
	border-spacing: 0.2em;
}

tr:first-child {
	color: #09b961;
	font-weight: 800;
	padding: 0;
	margin: 0 0 0.5rem 0;
	list-style: none;
}

tr {
	background: #181b20;
	font-size: 1rem;
	margin-right: 0.5rem;
	text-align: center;
}

td {
	text-align: center;
	border-radius: 3px;
	text-align: center;
	background: #181b20;
	font-size: 0.75rem;
	border: 1px solid #2f3034;
	font-weight: 500;
}

b {
	display: block;
	margin: -15px auto;
	--background-image: url(https://i.imgur.com/yp0XMPv.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 40px;
	height: 80px;
	width: 80px;
}


@media screen and (max-width: 600px) {
	tr:first-child td:nth-child(2),
	tr:first-child td:nth-child(3),
	tr:first-child td:nth-child(4),
	tr:first-child td:nth-child(5),
	tr:first-child td:nth-child(6),
	tr:first-child td:nth-child(7),
	tr:first-child td:nth-child(8) {
		background-size: 15px;
	}

	tr {
		height: 20px;
	}

	td {
		font-size: 0.4rem;
	}

	p {
		font-size: 0.5rem;
	}

	table {
		border-spacing: 0.1em;
	}
}