body {
  margin: 0;
  height: 100vh;
  background-image: url('mybbg.png'); /* Replace with your image path */
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed; /* Optional: makes it scroll like a parallax effect */
  color: white; /* Optional: ensures text is readable */
  font-family: Arial, sans-serif;
}