body {
  background-color: #848790;
  color: black;
  font-family: "Comic Sans MS", "Comic Sans";
  text-align: center;
}

.heading h1 {
  text-decoration-line: underline;
  text-decoration-style: double;
}

.paragraphs {
  font-weight: 300;
}

.bold2 {
  font-size: 20px;
}

.grey {
  font-size: 16px;
  color: rgb(52, 52, 52);
  font-weight: 900;
  opacity: 0.7;
}

.status {
  display: inline-block;
  border-width: 3px;
  border-style: solid;
  border-color: black;
  padding-left: 60px;
  padding-right: 60px;
}

.credits {
  text-align: left;
  margin-left: 1px;
  font-style: italic;
}

.credits span {
  text-decoration-line: underline;
  text-decoration-style: solid;
}