body{
background-color: rgb(208, 180, 234);
background-image:url(https://img.freepik.com/vector-gratis/fondo-floral-dibujado-mano_23-2149011038.jpg);
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
h1{
  color: black;
  font-size: 1.2cm ;
  font-style: italic;
  text-align: center;
}
h2{
  font-style: italic;
  text-align: center;
}
h5{
  font-style: italic;
  text-align: center;
}
h6{
  color: blue;
  text-align: center;
}
img{
  height: 5cm;
  
}

}