* {
	margin: 0;
	padding: 0;
}

body {
	background-color: grey;
	margin: 0;
	overflow: hidden;
}

.p5Canvas {
	display: none;
}

.sketch {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
}