body {
	background: white;
	margin: 0px;
	padding: 0px;
}

div#site-container {
	display: grid;
	height: 97vh;
	align-items: center;
	justify-content: center;
}

div#site-container svg {
	width: 100px;
	height: auto;
}

