.container-header {
  background-image: url('https://www.3rdear.com/images/headers/midas.jpg'); /* Replace with your image path */
  background-repeat: no-repeat; /* Prevents the image from repeating */
  background-size: cover; /* Ensures the image covers the entire header */
}