/* .text {
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 40px;
    line-height: ;
    text-align: center;
    font-weight: 900;
    text-decoration: ;
} */

.text1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
    text-align: left;
}

.text2 {
    font-family: serif;
    text-decoration: line-through;
    text-align: left;
}

.text3 {
    font-family: serif;
    text-align: center;
    font-size: 25px;
    line-height: 20px;

}

.text4 {

    text-align: left;
    font-family: serif;
    word-spacing: 30px;
    text-decoration: wavy overline;
    text-shadow: 1px 1px 1px rgb(223, 39, 193);

}

.text5 {
    font-family: "Montserrat", serif;
    letter-spacing: 5px;
    text-decoration: double underline;
}

.text6 {
    font-family: "Pacifico", cursive;
    white-space: nowrap;
    text-transform: capitalize;
    text-indent: 40px;
}



.text7 {
    font-family: "Bitcount Grid Single", system-ui;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
    font-variation-settings:
        "slnt"0,
        "CRSV"0.5,
        "ELSH"67.8,
        "ELXP"<element expansion>;
}


.text8 {
    font-family: "Comic Relief", system-ui;
    font-weight: 400;
    font-style: normal;
    text-transform: uppercase;
    text-shadow: 5px 5px 5px #61da76;
    text-indent: 60px;
    text-decoration: overline underline line-through solid;

}