html, body {
	width: 100%;
	height: 100%;
	margin: auto;
}

div {
	display: flex;
	justify-content: center;
	height: 100%;
}

#logo {
	width: 50%;
}