body {
  background-color: bisque
}

h1{
  font-family: sans-serif;
  color:green;
  text-align: center;
  background-color:antiquewhite
}

h3 {
  font-family: cursive;
  color:azure;
  text-align: right;
  background-color: khaki
}
h4 {
  font-family: monospace;
  color: darkred;
  text-align: left;
  background-color: darksalmon
    
}

p {
  font-family: sans-serif;
  color:royalblue;
  text-align:justify;
  background-color: ivory
}
img {  
  height: 250px;
  width: 400px;
  border-style: groove;
  border-width: 10px;
  border-color: gold;
  
}