.block-1 {
    font-family: 'Open Sans', 'Arial', sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    font-weight: 300;
    font-style: italic;
}

.block-2 {
    text-align: left;
    text-decoration: line-through;
}

.block-3 {
    text-transform: uppercase;
    text-align: center;
}

.block-4 {
    text-align: left;
    color: #3d2256;
    word-spacing: 30px;
    text-decoration: overline wavy;
    text-shadow: 1px 1px 2px #523058;
}

.block-5 {
    text-align: left;
    letter-spacing: 5px;
    /* text-decoration: ; */
    text-decoration: underline double;
    /* text-decoration: dashed; */
    /* text-decoration: dotted; */
    /* text-decoration: double; */
    /* text-decoration: line-through; */
    /* text-decoration: overline; */
    /* text-decoration: wavy; */
    /* text-decoration: solid; */
    /* text-decoration: none; */
}