.p_1 {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 300;
    font-style: italic;
    font-variation-settings:
      "wdth" 100;
    line-height: 30px;
  }

.p_2 {
    text-decoration: line-through;
}
.p_3 {
    text-align: center;
    text-transform: uppercase;

}
.p_4 {
    word-spacing: 30px;
    text-decoration-line: overline;
    text-decoration-style: wavy;
    text-shadow: 1px 1px 2px rgba(138, 43, 226, 0.5);

}
.p_5 {
   letter-spacing: 5px; 
   text-decoration-line: underline;
   text-decoration-style: double;
}