.text1{
font-family: "Open sans" ;
font-size: 20px;
font-weight: 300;
font-style: italic;
}

.text2{
text-decoration: line-through;
}

.text3{
font-family: 'Times New Roman', Times, serif;
text-transform: uppercase;
text-align: center;
}

.text4{
color: #1b11d9;
word-spacing: 30px;
text-decoration: overline wavy; 
text-shadow: 2px 2px 5px rgb(0, 0, 0);
}
.text5{

    letter-spacing: 5px;
    text-decoration: underline double;
}
.text5_1{
    
   text-decoration: none;
   
     
}