
body {
  
  background:red ;
}

h1 {
  color:green
}
p {

  font-family: fantasy;
  font-size: 30px; 
  margin: 30px;
  font-size: 30px;
  border-width: 30px;
  text-align: center;
  border-style: double;
  text-align: center;
  
  border-color:rgb(250,131,3)
} 

.para {
  color: blue;
  font-size: 30px;
  margin: 30px;
  
}
 
img {
  width:300px;
  
}
    
  
