.text1 {

  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: italic;
  font-variation-settings: "wdth" 100;
  font-size: 20px;
  line-height: 30px;


}

.text2 {
  text-decoration: line-through;
}

.text3 {
  text-transform: uppercase;
  text-align: center;
}

.text4 {
  word-spacing: 30px;
  text-decoration: overline wavy ;
  text-shadow: 2px 2px 5px rgba(233, 38, 184, 0.5);
}

.text5 {
  letter-spacing: 5px;
  text-decoration:underline double
}