body {
  font-family: 'Segoe UI', sans-serif;
}

header {
  background-image: url('https://via.placeholder.com/1200x400');
  background-size: cover;
  background-position: center;
  color: white;
}

header h1 {
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.6);
}