body {
	display: grid;
	place-items: center;
	height: 100vh;
	padding: 0;
	margin: 0;
	background: #222;
}

canvas {
	position: fixed;
	inset: 0;
	width: 100%;
	height: 100%;
}

.icp {
	position: fixed;
	bottom: 0;
	left: 30px;
	right: 30px;
	user-select: none;
	pointer-events: none;
	font-size: 14px;
	text-align: center;
}

.icp a, .icp a:visited, .icp a:hover {
	text-decoration: none;
	color: #fff;
}