<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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;
  }
}</pre></body></html>