body {
    background-color: pink;
    FONT-FAMILY: 'Skydancer', cursive, sans-serif;
}

/* Consertar o codigo abaixo, e ver se a img fica aqui ou no html mesmo*/
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://blog-static.petlove.com.br/wp-content/uploads/2020/01/blog.png"); 
    background-size: cover; 
    background-position: center; 
    background-repeat: no-repeat; 
    background-attachment: fixed; 
 }
 
 