header {
	width: 100%;
	display: flex;
	justify-content: left;

	padding: 1rem 2rem 1rem 2rem;
}

header > img {
	width: 150px;
	height: auto;
}
