body {
  background-color: whitesmoke;
}
h1 {
  color: brown;
}
p {
  color: red;
}
a {
  color: gray;
}
#treepicture {
  width: 250px;
  height: 200px;
  background-color: black;
  border: 100px whitesmoke;
}
.algerian-font-family {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: black;
  font-size: 75px;
  background-color: lightskyblue;
}

