.text-1{
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
}

.text-2{
    text-decoration: line-through;
}

.text-3{
    text-transform: uppercase;
    text-align: center;
}

.text-4{
text-decoration: overline wavy rgb(57, 2, 116);
text-shadow: 0px 1px 0 gray;
word-spacing: 30px;
}

.text-5{
letter-spacing: 5px;
text-decoration: underline double;
}