html {
	height: 100vh;
	overflow: hidden;
}

body {
	height: 100%;	
	margin: 0;
}

p {
	margin: 0;
}

main {
	position: relative;
	width: 100%;
	height: 100vh;
}

.p5Canvas {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.58);
}
