header {
  height: 50px;
}

img {
  max-width: 100%;
}

header img {
  max-width: 250px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}