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