body {
	margin: 0!important;
}

.logo-container {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100vh;
	background-color:#073763;
}

img {
	max-width: 100%;
	max-height: 100%;
	width: 800px;
}
