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

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

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

.text4 {
    color: blueviolet;
    word-spacing: 30px;
    text-decoration: overline wavy;
    text-shadow: 1px 1px 0.5px rgba(53, 53, 53, 0.368);
}

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

}