body {
    font-family: Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    background-color: lightblue;
}

#jedinstveni {
    color: darkcyan;
    font-weight: bold;
}

.oznaceno {
    background-color: darkgoldenrod;
    padding: 5px;
}

.okvir p {
    color: darkgray;
}

a:active {
    color: darkblue;
}

.stilizirani-tekst {
    font-size: 18px;
    color: darkgreen;
    text-align: center;
}

.stranica-pozadina {
    background-color: white;
}

.primjer-pozadina {
    background-image: url('img/pozadinska-slika.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    padding: 20px;
    margin-top: 20px;
}

a {
    text-decoration: none;
    color: red;
}

table {
    border-collapse: collapse;
    width: 50%;
}

th, td {
    border: 1px solid black;
    padding: 8px;
}

.lista-stil li {
    color: darkred;
}