body { 
	margin: 0;
}

.container {
	position:fixed; 
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	background-image: url(HQ-68.jpg);
	background-size: cover;
	background-position: center center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.logo {
	width: 350px;
}
