header {
  background-color: #4CAF50;
  color: white;
  text-align: center;
  padding: 20px;
}

header img {
  width: 100%;
  height: auto;
  max-height: 400px;
  display: block;
  object-fit: cover;
}