body{
    background-color: blanchedalmond;
}

.font-family{
    font-family: Georgia, 'Times New Roman', Times, serif;
}

.font-size{
    font-size: 20px;
}

.font-weight{
    font-weight: bold;
}

.font-variant{
    font-variant: small-caps;
}

.color{
    color: lightseagreen;
}

.text-indent{
    text-indent: 50px;
}

.font-style{
    font-style: italic;
}

.line-height{
    line-height: 2.0;
}

.text-align{
    text-align: right;
}

.text.align{
    text-align: left;
}
.text_align{
    text-align: center;
}

.Text-align{
    text-align: justify;
}

.text-decoration{
    text-decoration: underline;
}

.text-transform{
    text-transform: capitalize;
}

.letter-spacing{
    letter-spacing: 4px;
}
.uvlacenje{
text-indent: 50px;
}
.ukrasi_za_tekst{
    text-decoration: underline;
}
.upravljanje_slovima{
    text-transform: lowercase;
}
.razmak_rijeci{
    word-spacing: 8px;
}