body {
	margin: 0px;
	position: relative;

	width: 100vw;
	height: 100vh;

	display: flex;
	justify-content: center;
	align-items: center;

	background-image: url(../images/page.webp);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

canvas {
	background-color: transparent;
}

.logo {
	position: absolute;
	top: 1vw;
	left: 1vw;
	z-index: 1;
	width: 10vw;
	height: 10vw;
	max-width: 100px;
	min-width: 40px;
	min-height: 40px;
	background-image: url('../images/favicon.webp');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
}
/*@media (max-width: 992px) {*/
/*	.logo {*/
/*		width: 40px;*/
/*		height: 40px;*/
/*		top: 10px;*/
/*		left: 10px;*/

/*	}*/
/*}*/
