body {
  background: url("bg.png") no-repeat center center fixed;
  background-size: cover;
  color: #ffffff; /* Change to desired text color */
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
  margin: 0;
  font-family: Arial, sans-serif; /* or any preferred font */
}

h1 {
  font-size: 4em;
}

