.some-text {
    font-family: "Open Sans", sans-serif;
    font-style: italic;
    font-size: 20px;
    font-weight: 300;
    line-height: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px; 
    margin-bottom: 10px;
}

.some-text-1 {
    text-decoration: line-through;
    font-size: 20px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px; 
    margin-bottom: 10px;
}

.some-text-2 {
    text-align: center;
    font-size: 30px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px; 
    margin-bottom: 10px;
}

.some-text-4 {
    font-size: 30px;
    word-spacing: 30px;
    text-decoration: overline;
    text-decoration-style: wavy;
    color: rgb(133, 89, 173);
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    padding-bottom: 10px; 
    margin-bottom: 10px;
}

.some-text-5 {
    word-spacing: 5px;
    font-size: 30px;
    text-decoration:underline;
    text-decoration-style:underline;
    text-decoration-thickness: 8px;
}