body
{
  
  background-image: repeating-linear-gradient;
  background-image: url(background.jpg);
  
  
}

h1
{ 

 font-family:fantasy;
 text-align:center;
 color:#120e71;
 font-weight:bold;
 font-size: 28px;

}

p
{
color: chartreuse;
  font-family:cursive;
}
img
{
  
  border: 3px;
  border-radius: 4px;
  border-style: solid;
  border-color: darkkhaki;
  padding: 5px;
  width: 150px;
}


