body {
	width: 100vw;
	height: 100vh;
	margin: 0;
	background: black;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}
canvas {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -99;
}
.logo-div {
	max-width: 430px;
	padding: 35px;
	background: transparent;
}
