.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-align: center;
    text-transform: uppercase;
}
.text-4 {
    color: #8901c8;
    text-shadow: 0px 0px 4px;
    text-decoration: overline wavy;
    word-spacing: 30px;
}
.text-5 {
    letter-spacing: 5px;
    text-decoration: underline double;
}