h1{
    background-color: #08163D;
    color: white;
    padding: 20px 200px;
    display: table;           
    margin: 50px auto 20px;   
    border-radius: 12px;
    font-family: sans-serif;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}
body{
    background-color: #1e305a;
    font-family: sans-serif;
}
.kontejner{
    text-align: center;
    width: 100%;
    margin-top: 20px;
}
.pocetna{
    text-align: center;
    background-color: #f5f7ff;
    color: #08163D; 
    padding: 8px 40px;
    border-radius: 6px;          
    cursor: pointer;
    text-decoration: none;
    font-weight: bold;
    margin: 10px auto;
    transition: color 0.3s ease;
}
ul.zadatak{
    list-style-type: none;
}
.zadatak{
    text-align: center;
    background-color: #08163D;
    color: white; 
    font-weight: bold;
    border-radius: 20px;
    padding: 80px 100px;
    width: fit-content;    
    margin: 20px auto;
} 
.zadatak a:link{
    color: #4093a5;
    text-decoration: none;
}
.zadatak a:visited{
    color: rgb(255, 0, 149);
}
.zadatak a:hover{
    color:rgb(255, 167, 255);
    text-decoration:underline;
    font-size: 20px;
}
.zadatak a:active{
    color:yellow;
} 