* {
	margin: 0;
	padding: 0;
}

header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px;
}

header .powered-by img {
	height: 45px;
}
