body {
  font-family: consolas;
  background-color: #222;
}
.heading {
  color: white;
  border: 10px solid orangered;
  border-radius: 25px;
  display: inline-block;
  background-color: orangered;
}
.plantList {
  border: 10px solid orangered;
  display: inline-block;
  border-radius: 4px;
  color: white;
  background-color: orangered;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: white;
}
.para {
  color: white;
  background-color: orangered;
  padding: 10px;
  border-radius: 4px;
  width: 800px;
}
.back {
  background-color: orangered;
  border-color: orangered;
  border-radius: 4px;
  font-size: x-large;
}
