body{
    background-color: rgb(140, 224, 224);
    font-family:'Times New Roman', Times, serif
}
h1{
    background-color: rgb(10, 172, 172);
    font-size:43px
}
li{
    font-size: 20px;
    list-style: none;
}
a{
    color: rgb(1, 39, 165);
}

.centre{
    text-align: center;
}

.napomena{
    font-size: x-small;
}