body {
  
  background-image: url("/kitchen.jpg"), url(/kitchen2.jpg);
  background-position: top left, bottom left;
  background-size: 1000px 700px;
  background-repeat: no-repeat;
  background-color: black;
  color: red;
  font-family: serif;
  font-size: 20px;
  

  
}

h2 {
  
color: purple;
font-family: arial;
  
  
}

h3 {
  
color:purple;
font-family:arial;
  
  
}

p {
  text-align: right;
}


