body{
  background-color: lightpink;

}
h1 {
  font-family: serif;
  font-style: oblique;
}
h2 {
  font-family: inherit;
  font-style: oblique
}
p {
  font-family: sans-serif;
}
li{
  font-family: sans-serif;
}
img {
  width: 250px;
}
body{ 
    background-color: lightpink;

  }
  h1 {
    font-family: serif;
    font-style: oblique;
  }
  h2 {
    font-family: inherit;
    font-style: oblique
  }
  p {
    font-family: sans-serif;
  }
  li{
    font-family: sans-serif;
  }
  img {
    width: 250px;
  }
}
h1 {
  font-weight: bold;
}