
body{
	background-color: #222222;
}

.content {
  
}

svg {
	width: 450px; /* change this to taste */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}