body {
 background-image: url("moranguinho1.png");
 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(124,252,0, 0.4);
  font-family:"DM Sans", sans-serif;
  font-style:normal;
}  

p{
  background-color: rgba(255,192,203, 0.4);
  background-image: url("morango.jpg");
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 35% 110%;
  padding: 0 455px 0 0;
  font-family:"DM Sans", sans-serif;
  font-style:normal;
}




  