h1 {
    text-align: center;
}

#prva_ol_lista {
    list-style-type: upper-roman;
}

#prva_ul_lista {
    list-style-type: square;
}

#druga_ol_lista {
    list-style-type: lower-alpha;
}

#druga_ul_lista {
    list-style-type: circle;
}

div h3 {
    text-indent: 15px;
}