body{
background-color:#FECFDA;
  padding-bottom: 100px; /* adjust to how much scroll space you want */
background-image: url("bd.png"), url("s1.png") ;
  background-repeat: no-repeat, repeat-y;
  background-size: 500px,100px;
  background-position: center 0 ,720px 0px;
}
header{
display:flex;
gap:150px;

}
.img1{
margin-top:40px;
height:230px;
margin-left:-25px;
  }
.img2{
margin-top:-190px;
width:710px;  
  }
.img3{
height:260px;
  }

.city{
 display:flex;
 align-items:flex-start;
margin-top:-50px;
gap:50px;
}  
.princess{
 display:flex;
 align-items:flex-start;
margin-top:-50px;
gap:50px;
}
.left{
  display: flex;
  flex-direction: column; /* stacks img4 and p vertically */
  align-items: center;    /* optional: center p under image */
}

.img4{
  width:310px; 
  border-radius: 30px;         /* rounded corners */
  margin-left:10px;
  }
  
.city1{
  position: relative;        /* allows positioning inside this box */
  display: inline-block;
  }  
.img5{
  width: 350px;               /* makes it responsive */
  height: auto;
    }
.txt1{
    position: absolute;        /* position relative to container */
  top:43%;
  left:30%;
  color:#AD1D41;
  font-size: 20px;
font-weight: bold;
}
  
  .txt2{
    position: absolute;        /* position relative to container */
  top:56%;
  left:35%;
  color:#AD1D41;
  font-size: 20px;
font-weight: bold;
}
.txt3{
    position: absolute;        /* position relative to container */
  top:43%;
  left:19%;
  color:#AD1D41;
  font-size: 20px;
font-weight: bold;
}
.txt4{
    position: absolute;        /* position relative to container */
  top:70%;
  left:40%;
  color:#AD1D41;
  font-size: 20px;
font-weight: bold;
}
  .img6{
  width:300px;
  }
  .img7{
    width:350px;
  margin-left:40px;
    margin-top:50px;

  }
  
  .img9{
  width: 610px;               /* makes it responsive */
  margin-top:100px;
  margin-left:-90px;
}
.img8{
    margin-top:20px;
    width:600px;
  margin-left:70px;
  }
  
.city-{
 display:flex;
 align-items:flex-start;
margin-top:100px;
gap:50px;
}  
.img9{
 width:160px; 
 margin-left:100px;
  }
  .img10{
 width:200px; 
  }
  
.img11{
width: 350px; 
 margin-top:155px;
  margin-left:70px;

  }