body {
  background-image: url("BG3.png"); 
  background-size: cover;                  
  background-repeat: no-repeat;            
  background-position: center; 
  font-family: Arial, sans-serif;     
}
.flex-container {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 20px auto;   
  width: 80%;   
}
h1 {
  margin-bottom: 40px;
}