.header {
	margin: 10px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .header{
      justify-content: center;
      flex-direction: column;
  }
}