table {
	overflow: hidden;
	cursor: default;
	/* position: relative; */
	background: rgba(0, 4, 14, 0.5);
	border-radius: 6px;
	backdrop-filter: blur(250px);
	-webkit-backdrop-filter: blur(30px);
	box-shadow: 0 0 30px rgba(255, 255, 255, 0.05);
	/* display: flex; */
	justify-content: center;
	align-items: center;
	color: white;
	font-size: 1.2rem;
	overflow: hidden;
	padding: 30px;
	flex-direction: column;
	align-items: flex-start;
	cursor: none;
}
th,
td {
	text-align: left;
	padding: 0px 16px 0px 16px;
}

/* th {
	background-color: #0066cc;
	color: #ffffff;
	font-weight: bold;
} */

tr:hover td {
	background-color: #0080ff33;
	cursor: default;
}

.key {
	color: #94e2d5;
	white-space: nowrap;
}

.desc {
	color: hsla(0, 0%, 100%, 0.8);
}
