body {
  background-color: cornsilk;
}

#lists {
  background-color: lightblue;
  border: solid teal 3px;
}

img {
  display: block;
  margin: auto;
}

p {
  text-align: center;
  color: darkmagenta;
  font-family: Georgia;
}

h1 {
  color: navy;
  text-decoration: underline;
  font-family: Arial;
}

h2 {
  color: navy;
  font-family: Arial;
}

h3 {
  color: darkorange;
  font-family: Arial;
}

a {
  color: green;
}

li {
  font-style: italic;
  text-decoration: underline;
  font-family: Tahoma;
}