body, #drawing, svg {
	height: 100%;
}

svg:not(:root) {
	display: inline-block;
}

#drawing {
	display: flex;
	justify-content: center;
	align-items: center;
}