body, html {
	margin: 0;
	font-size: 24px;
	font-family: 'Host Grotesk';
	overflow-x: hidden; /* Prevent horizontal scrolling */
	overflow-y: auto; /* Allow vertical scrolling */


	display: flex;
	flex-direction: column;
	align-items: center;
}

canvas {
	width: 4000px; /* Set canvas width manually */
	margin: 0 auto; /* Center the canvas horizontally */
	display: block; /* Ensure proper centering */
}

header {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 2000px;
	padding-right: 2000px;
	background: black
}

footer {
	margin: 0px;
	font-size: 12px;
	color: white;
	align-items: center;
	justify-items: center;

	padding-top: 15px;
	padding-bottom: 50px;
	padding-left: 2000px;
	padding-right: 2000px;

	background: black
}
