.text1 {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
    font-style: italic;
}

.text2 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    text-decoration: line-through;
}

.text3 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    text-align: center;
    text-transform: uppercase;
}

.text4 {
    font-family: 'Times New Roman', Times, serif;
    color: #5700a8;
    text-decoration: overline wavy;
    word-spacing: 30px;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
}

.text5 {
    font-family: 'Times New Roman', Times, serif;
    font-size: 14px;
    line-height: 30px;
    font-weight: 500;
    text-decoration: underline 3px;
    letter-spacing: 5px;
}