.block-1 {
    font-family: "Open-Sans", "Arial", sans-serif;
    font-weight: 300;
    font-size: 20px;
    line-height: 30px;
    font-style: italic;
}

/* .block-2, .block-3, .block-4, .block-5 {
    font-family: "Libre Baskerville", serif;
} */

main {
    font-family: "Libre Baskerville", serif;
}

.block-2  {
    text-decoration: line-through;
}

.block-3{
    text-align: center;
    text-transform: uppercase;
}

.block-4{
    color: black;
    word-spacing: 30px;
    text-indent: 40px;
    text-decoration: overline wavy;
    text-shadow: 1px -1px 1px #ef21deee;
}

.block-5 {
    text-decoration: underline double;
    letter-spacing: 5px;
}