body{
  background-image: url("victoriassecret.jpg");
  background-size: contain;
}

h1{
  background-color: rgba(199,21,133, 0.4);
  font-family:"DM Sans", sans-serif;
  font-style:normal;
}

h2{
  background-color: rgba(255,192,203, 0.4);
}

p{
  background-color: rgba(240,128,128, 0.4);
  background-image: url("twice.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 30% 110%;
  padding: 0 400px 0 0;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  
}