/* author: https://codepen.io/leimapapa/pen/ZEVWQbZ 
leimapapa
*/
svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-height: 100vh;
	max-width: 100vw;
	height: 100%;
	width: 100%;
}
body {
	background: rgb(50,56,62);
}