.background-image {
  background-image: url("../assets/image1.jpg"); /* Replace with your image URL */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}
