.public-bg {
  background-image: url("/wedding_bg.png"); /* Path to your image */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
