body {
    background:pink;
    text-align: center;
    background-image: url(rose.jpg);
    font-family: Arial, Helvetica, sans-serif;

}
h1 {
    text-align: center;
    color: blue;
    font-family: Arial, Helvetica, sans-serif;
    font-style: normal;
    



    
}
h2 {
    color: aqua;
    font-family: Arial, Helvetica, sans-serif;

}
p.blocktext {
    font-style: normal;
     color:black;
     background-color: beige;
     margin-left:auto ;
     margin-right: auto;
     width: 18em;
     font-size: small;
     font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    
}

img {
    width: 18em;
    text-align: center;
    

    
}


