.come-text {
    font-family: "open sans", sans-serif;
    font-size: 40px;
    line-height: 50px;
    text-align: left;
    font-weight: 200;
    font-style: italic;
}

.come-text2 {
    font-family: "spectral sc", serif;
    text-align: left;
    text-decoration: line-through red;
    color: blue;
}
.come-text3 {
    text-indent: 20px;
    text-transform: uppercase;
    font-family: serif;
    margin-left: 25px;
}
.come-text4 {
    margin-top: 10px;
    text-decoration: wavy overline lawngreen;
    color: rgb(255, 0, 157);
    word-spacing: 30px;
}
.come-text5 {
    text-decoration: underline double rgb(23, 55, 201);
    letter-spacing: 5px;
    margin-top: 15px;
    color: rgb(226, 43, 214);
}