.first {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
}
.second {
    text-decoration: line-through;
}
.third {
    text-align: center;
    text-transform: uppercase;
}
.fourth {
    text-decoration: wavy overline;
    text-shadow: 1px 1px 2px #610096af;
    word-spacing: 30px;
}
.fifth {
    text-decoration: double underline;
    letter-spacing: 5px;
}