*{
	padding: 0 !important;
	margin: 0 !important;
	background: black;
}

html, body{
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

canvas{
	width: 40%;
	height: 80%;
	border-radius: 10%;
}
