.text-1{
    font-family: 'Open Sans';
    font-style: italic;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
}

.text-2{
    line-height: 25px;
    text-decoration: line-through;
}

.text-3{
    text-transform: uppercase;
    text-align: center;
}

.text-4{
    color: rgb(116, 10, 101);
    word-spacing: 30px;
    text-decoration-style: wavy;
    text-decoration-line:overline;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.text-5{
    letter-spacing: 5px;
    text-decoration-style:double;
    text-decoration-line: underline;
}