    .block1 {
        font-family: "Open Sans", "Arial", sans-serif;
        font-size: 20px;
        line-height: 30px;
        font-style: italic;
        font-weight: 300;
        white-space: nowrap;
    }
    
    .block2 {
        font-family: "Open Sans", "Arial", sans-serif;
        font-size: 20px;
        line-height: 30px;
        font-style: normal;
        font-weight: 500;
        text-decoration: line-through;
        white-space: nowrap;
    }
    
    .block3 {
        font-family: "Open Sans", "Arial", sans-serif;
        font-size: 20px;
        line-height: 30px;
        text-transform: uppercase;
        font-style: normal;
        white-space: nowrap;
    }
    
    .block4 {
        font-family: "Open Sans", "Arial", sans-serif;
        font-size: 20px;
        line-height: 30px;
        word-spacing: 30px;
        letter-spacing: 10px;
        text-indent: 10px;
        text-decoration: overline wavy #991f1f 3px;
        white-space: nowrap;
        text-shadow: 2px 2px 4px rgba(155, 1, 202, 0.5)
    }
    
    .block5 {
        font-family: "Open Sans", "Arial", sans-serif;
        font-size: 20px;
        line-height: 30px;
        word-spacing: 30px;
        letter-spacing: 5px;
        text-indent: 10px;
        text-decoration: underline;
        white-space: nowrap;
    }