.header {
  width: 100%;
  height: 300px;
  background-image: url('pc.jpg'); /* Replace with your header image */
  background-size: cover;
  background-position: center;
}
