body{
  background-image: url('https://i.etsystatic.com/12744836/r/il/7a1156/1178698180/il_570xN.1178698180_r18n.jpg');
  background-size: cover;
}
h1{
  background-color: rgba(30,144,255,0.8);
  font-family: "Nunito", sans-serif;
  font-style: normal;
  text-align: center;
  white-space: normal;
  border-radius: 10px;
  width: 800px;
  margin: 50px 300px;
}
h2{
  font-family: "Nunito", sans-serif;
  font-style: normal;
  background: linear-gradient(to right,#A020F0 ,#C71585 );
  text-align: center;
  white-space: normal;
  border-radius: 10px;
  width: 800px;
  margin: 50px 300px;
}
.p1{
  background-color: rgba(255,250,250, 0.3);
  font-family: "Nunito", sans-serif;
  font-style: normal;
  white-space: normal;
  border-radius: 10px;
  width: 800px;
  margin: 50px 300px;
}
.p2{
  background-color: rgba(255,250,250, 0.3);
  font-family: "Nunito", sans-serif;
  font-style: normal;
  white-space: normal;
  border-radius: 10px;
  width: 800px;
  margin: 50px 300px;
}
.p3{
  background-color: rgba(255,250,250, 0.3);
  font-family: "Nunito", sans-serif;
  font-style: normal; white-space: normal;
  border-radius: 10px;
  width: 800px;
  margin:  50px 300px;
}
div{
  background-image: url('https://img.freepik.com/vetores-premium/inverno-sem-costura-padrao-de-floco-de-neve-de-natal_668203-96.jpg');
  opacity: 0.8;
  background-repeat: repeat;
  white-space: normal;
  border-radius: 10px;
  width: 800px;
  margin: 50px 300px;
}
footer{
  background-color: rgb(199,21,133);
  font-family: "Nunito", sans-serif;
  padding: 10px;
  font-style: normal;
  text-align: center;
  white-space: normal;
  border-radius: 10px;
  width: 800px;
  margin: 50px 300px;
}