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

svg {
	width: 300px;
	height: auto;
}