body {
  background-color: #212121
}

.header {
	padding-top: 20px; 
	display: flex;	
	align-content: center;
	align-items: center;
	width: 100%;
	justify-content: center;
}

.header img {
	max-height: 60vh;
}