.table {
	background: white;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

.block {
	border: 1px solid black;
	width: 50px;
	height: 50px;
	margin: 0 auto;
	padding: 0;
}

.block p {
	color: inherit;
	text-align: center;
}

#github-banner {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
}
