body{
  background-color: #FFE4E1;
  color: #000000;
  background-image: url("https://i.pinimg.com/1200x/5f/23/4d/5f234d08d05e095db943940e7f4c89c5.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

h1{
background-color: rgba(255, 255, 255, 0.6);
background-image: url("https://i.pinimg.com/736x/b7/ed/10/b7ed10bcee46ca23dc4821104fe05ca3.jpg");
background-repeat: no-repeat;
background-position: center center;
background-size: 5%;
color: white;
text-align: center;
padding: 20px;
text-shadow: 0 0 10px #FF1493
}

h2{
 background: linear-gradient(to right, #FFB5C5 35%, #FF82AB 45%); 
 color: #fff;
 text-align: center;
 padding:20px;
}

p{
 text-align: center;
 color: #333;
 padding: 20px;
 width: 40%;
 margin: 10px auto;
 border-radius: 10px;
 background-color: rgba(255, 182, 193, 0.6);
 align-items: center;
 background-clip: border-box;
  }

div{
 background-image: url("https://i.pinimg.com/736x/9a/b0/e6/9ab0e6960646c6a3229d3bc3a92c2f0a.jpg");
 background-position: center 20%;
 background-repeat: no-repeat;
 background-size: 25% 105%;
 background-color: rgba(255, 255, 255, 0.6);
 color: black;
 padding: 30px;
 text-align: center;
 width: 40%;
 margin: 10px auto;
 border-radius: 15px;
 flex-direction: column;
  }


footer {
  background-color: #FF82AB;
  color:white;
  text-align: center;
  padding: 20px;
}