body{
background-color: cyan;

}



.head{
text-align: center;
color: red;
font-family: cursive;
text-decoration: underline;
font-size: 300%;
}

.para1{
text-align: center;
font-family: cursive;
font-weight: bold;
text-decoration: underline;
color: blue;
font-size: 200%;
}

.image1{
height: 200px;
width: 250px;
background-repeat: no-repeat;

}

.para2{
text-align: right;
color: black;
}

.para3{
text-align: right;
color: black;

}










