.open-sans {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-style: italic;
  line-height: 30px;
  font-weight: 300;
}

.struck-out { 
  text-decoration: line-through;
  text-decoration-thickness: 2px
}

.caps-lock {
  text-transform: uppercase;
  text-align: center;
}

.distance-words {
  word-spacing: 30px;
  text-decoration: overline wavy;
  text-shadow: 2px 2px 2px #CCA6DA;
  font-weight: bold;
}

.distance-letters {
  letter-spacing: 5px;
  text-decoration: underline double;
    text-decoration-thickness: 2px;
}