.font_family{
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

.font_size{
    font-size: 33px;
}

.font_weight{
    font-weight: bolder;
}

.font_style{
    font-style: italic;
}

.font_variant{
    font-variant: small-caps;
}

.color{
    color: orangered;
}

.line_height{
    line-height: 1.4;
}

.text_align{
    text-align: center;
}

.text_indent{
    text-indent: 50px;
}

.text_transform{
    text-transform: uppercase;
}

.letter_spacing{
    letter-spacing: 1px;
}

.word_spacing{
    word-spacing: 8px;
}