body {
    background-color: pink;
}

p1 { color: white
  <img src="/Atividade_09/imagem.jpeg"; style="float: right; width: 300px;height: 237px; margin-left: 15px;">
  }
 
p2 {
    color: white
    }
 body {
    background-image: url("https://img.magnific.com/vetores-premium/elegante-fundo-rosa-abstrato-com-formas-fluidas-e-gradientes-suaves-perfeitos-para-projetos-modernos_1271390-97.jpg?semt=ais_hybrid&w=740&q=80");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
 }