html, body {
	height: 100%;
}

.custom-logo {
	width: auto;
	height: auto;
	max-width: 200px;
	padding-bottom: 1em;
}

.center-container {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
