/* .some-text {
    font-family: "Montserrat", Arial, Helvetica, sans-serif;
    font-size: 45px;
    line-height: px;
    text-align: justify;
    font-weight: 700;
    font-style: italic;
} */
.first {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    line-height: 30px;
    text-align: justify;
    font-weight: 300;
    font-style: italic;
}

.second {
    text-align: left;
    line-height: 20px;
    font-weight: 500;
}

.third {
    font-size: 20px;
    font-weight: 300;
    line-height: 25px;
    text-align: center;
    text-transform: uppercase;
}

.fourth {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    font-weight: 500;
    color: #3d0175;
    text-decoration: overline wavy #3d0175;
    word-spacing: 30px;
}

.fifth {
    font-size: 15px;
    line-height: 20px;
    text-align: left;
    font-weight: 400;
    letter-spacing: 5px;
    text-decoration: underline 3px;
}

