h3 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 30px;
  font-style: italic;
}

.lorem-1 {
  text-align: left;
  text-decoration: line-through;
}

.lorem-2 {
  text-align: center;
  font-size: 20px;
}

.span-1 {
  color: #8a2be2;
  word-spacing: 30px;
  text-decoration-line: overline;
  text-decoration-style: wavy;
  text-decoration-color: #8a2be2;
}

.span-2 {
  letter-spacing: 5px;
  font-size: 25px;
  text-decoration: underline double;
}