body {
  background-color: #222;
  color: white;
  font-family: consolas;
}
.heading {
  background-color: orangered;
  color: white;
  display: inline-block;
  padding: 7px;
  border-radius: 25px;
}
.list {
  padding: 10px;
  background-color: orangered;
  display: inline-block;
  margin-left: 10px;
  border-radius: 4px;
  border: 15px solid orangered;
}
.para {
  width: 900px;
  background-color: orangered;
  margin-left: 10px;
  padding: 5px;
  border-radius: 4px;
}
.back {
  color: #f4f4f4;
  cursor: pointer;
  background-color: orangered;
  border-color: orangered;
  border-radius: 4px;
  font-size: x-large;
}
a {
  text-decoration: none;
  color: white;
}
