body{
	font-family: sans-serif;
	margin: 0;
}

header{
	display: flex;
	height: 50px;
	background-color: aquamarine;
	justify-content: space-between;
	align-items: center;
	padding: 10px;
}
