body {
  margin: 0;
  padding: 0;
  background-image: url('images/bg-static.jpg'); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
}
