body{
    background-color: bisque;
    font-size: larger;
    font-style: italic;
}
h2{
    color: rgb(219, 20, 20);
}
.katarina{
    color: blue;
    font-size: medium;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
}
.kaca{
    color: green;
    font-size: larger;
    font-family: 'Courier New', Courier, monospace;
}
.kata{
    color: red;
    font-size: medium;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}
.ja{
    color: orange;
    font-size: small;
    font-family: 'Times New Roman', Times, serif;
}
h3{
    color: red;
}