body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #000;
	touch-action: none;
}
#seascape {
	display: block;
	width: 100vw;
	height: 100vh;
	-webkit-user-select: none;
	user-select: none;
}
#infos {
	position: fixed;
	bottom: 0;
	left: 0;
	font-family: 'Courier New', Courier, monospace;
	padding: .3rem .4rem;
	color: #FFF;
	background: rgba(0, 0, 0, 0.3);
}
a {
	color: inherit
}