body{
	display: grid;
	place-items: center;
	height: 100vh;
	width: 100vw;
	margin: 0;
	background: #D7E8FC;
}

.zdog-canvas{
	border-radius: 50%;
}