html {
	margin: 0;
	padding: 0;
	background-image: url("assets/bg.png");
	background-size: 50px;
}

canvas {
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 20vh;
	bottom: 2vh;
	scale: 0.8;
}

#title {
	height: 10vh;
	margin: 3vh;
	padding: 0;
}

div {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0;
	padding: 0;
}

button {
	margin: auto 0.5vw;
	padding: 0 1vw;
	height: 5vh;
	font-size: 2vh;
}
