canvas {
	border: 1px solid black;
	display: block;
	margin: auto;
	margin-left: 25vw;
	max-width: 100vw;
	max-height: 100vh;
}
body {
	background-image: "Sprites/Gradient.png";
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
