body {
  background-color: black;
  color: white;
}

.para {
  text-transform: capitalize;
  font-size: 20px;
  font-weight: bolder;
  text-decoration: line-through;
}

.newpara {
  text-decoration: none;
  background-color: white;
  color: black;
}