html,
body {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0;
	background-color: rgb(0, 0, 0);
	color: white;
	font-size: 25px;
	font: Arial black;
	/* overflow: scroll; */
}
canvas {
	height: 100% !important;
	width: unset !important;
	max-height: 2000px;
	/* position:absolute; */
	margin: 0;
	top: 0;
	left: 0;
}

#levelSelect {
	display: none;
}

.fullScreen {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	background-color: black;

	display: flex;
	align-content: space-between;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
.title {
	font-size: 50px;
	/* margin: 3em; */
	color: white;
	text-align: center;
}
#subTitle {
	font-size: 30px;
	/* margin: 3em; */
	color: white;
	text-align: center;
}
.rows {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: flex-start;
}
#menuButtons {
	display: flex;
	flex-direction: column;
	justify-content: space-evenly;
	align-content: flex-start;
}
button {
	margin: 10px;
	font-size: 30px;
	padding: 20px;
}

#levelButtons {
	margin: 25px;
	padding: 255px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}
#levelSelectButtons {
}
.levelBut {
	font-size: 20px;
	width: 50px;
	height: 50px;
	padding: 0;
	text-align: center;
	margin: 10px;
}
#muteButton {
	position: fixed;
	height: 25px;
	font-size: 15px;
	padding: 0;
	top: 25px;
	right: 25px;
}
#endDiv {
	display: none;
	background-color: rgba(0, 0, 0, 0);
}
#socials img {
	width: 50px;
	height: 50px;
	margin: 25px;
}
