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

.text-2{
  text-decoration:line-through;
}

.text-3{
  text-transform: uppercase;
  text-align: center;
}

.text-4{
  word-spacing: 30px;
  text-shadow: 0px 1px 0px #c48df8;
  text-decoration: overline wavy;
}

.text-5{
  letter-spacing: 5px;
  text-decoration:underline double ;
}