.header {
  background-image: url('https://scontent.fmnl34-1.fna.fbcdn.net/v/t39.30808-6/556828987_1126981806231152_1869686872741221322_n.jpg?_nc_cat=101&ccb=1-7&_nc_sid=13d280&_nc_eui2=AeFOEGuTlx7HlpgLM1QXBjeYshZNLywCFLuyFk0vLAIUuyQjwDUQ2wXrSoXVC0soFGigBddJpFvDB8bRxYwpdpIc&_nc_ohc=JM8Fb7Ev70MQ7kNvwEs4e3a&_nc_oc=AdnPovLxaZRC10t-ScRU5JjloRVubm0Z_egkA62OKhasXaYiF16rC22DX3FPHxvRY681ujtofh-lnuEJapkV0-_3&_nc_zt=23&_nc_ht=scontent.fmnl34-1.fna&_nc_gid=zV5eFhEQwmgqu5mt8p0_dQ&_nc_ss=8&oh=00_AfyyAFwWbO4flKkVUSxkodN4mno5Yz6N4nHNao8xZ66P0g&oe=69B68D36'); /* Replace with your image path */
  background-size: cover; /* Ensures the image covers the entire header area */
  background-position: center; /* Center the image */
  height: 600px; /* Set the height of the header */
  color: white; /* Text color for contrast */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}