.text1 {
    font-family: "Open Sans", arial, sans-serif;
    font-size: 20px ;
    line-height: 30px;
    font-style: italic;
    font-weight: 300;
}

.text2 {
    text-decoration: line-through;
    font-weight: 400;
    text-decoration-thickness: 2px;
}

.text3 {
    text-align: center;
    font-weight: 400;
    text-transform: uppercase;
}

.text4 {
    font-weight: 500;
    word-spacing: 30px;
    text-decoration: overline;
    text-decoration-style: wavy;
    color: rgb(69, 16, 118);
}

.text5 {
    letter-spacing: 5px;
    text-decoration: underline;
    text-decoration-style: double;
}