body {
	margin: 0;
}

section {
	top: 0;
	left: 0;
	position: absolute;
	width: fit-content;
	height: fit-content;
}

table {
	width: fit-content;
	margin-top: 16px;
	margin-left: 16px;
	color: white;
	background-color: rgba(125, 125, 125, 0.5);
}

kbd {
	background: grey;
	border: outset;
	padding: 2px 4px;
	font-weight: 900;
}

td:first-child {
	text-align: right;
}

table:last-child td:first-child {
	text-align: center;
}

input {
	background-color: rgba(0, 0, 0, 0);
	color: white;
}