html,
body {
	margin: 0;
	padding: 0;
	width: 800px;
	height: 600px;
	overflow: hidden;
	position: relative;
	background-color: #0c0a1e;
	background-image: url(../images/page.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

body {
	display: flex;
	justify-content: center;
	align-items: center;
}

canvas {
	display: block;
	background-color: transparent;
}

.logo {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
	width: 100px;
	height: 100px;
	background-image: url('../images/favicon.webp');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
