body{
    background-color:#ced5ff;
    font-family: Arial, Helvetica, sans-serif;
}
p{
    font-size: 16px;
}
.zaglavlje{
    background-color: #091766;
    color: white;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
}
.navigacija a:link{
    text-decoration: none;
    background-color: rgb(98, 140, 255);
    color: rgb(231, 255, 146);
    padding: 10px;
    display: inline-block;
}
.navigacija :hover{
    background-color: plum;
    color: #f4ffb3;
    cursor: pointer;
}
h2{
    color: coral;
    text-decoration: underline;
}
.lista-hobija{
    background-color: rgb(223, 212, 120);
}
.lista-hobija li:first-child{
    font-weight: bold;
    color: rgb(255, 105, 135);
}
.lista-hobija :hover{
    background-color: rgb(255, 176, 176);
}
.kontakt a{
    background-color: rgb(2, 0, 95);
    color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 8px;
    display: inline-block;
}
.kontakt a:link{
    color: chocolate;
}
.kontakt a:visited{
    color: hotpink;
}
.podnozje{
    background-color: rgb(27, 45, 70);
    color: honeydew;
    text-align: center;
    font-size: 14px;
    font-style: italic;
}