body{
    font-family: Arial, sans-serif;
    background-color: rgb(53, 100, 94);
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;


}
.profilna-kartica {
    background-color: #c3c7c9;
    border: 1px solid #444e7c;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    padding: 20px;
    text-align: center;
    width: 300px;
}


.profilna-slika {
    border-radius: 90%;
    width: 160px;
    height: 160px;
    object-fit: cover;
    margin-bottom: 15px;
}


h1 {
    font-size: 1.5em;
    margin: 10px 0;
    color: #333;
}


.pocetna {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 20px;
}




.profilna-kartica:hover {
    transform: scale(1.05);
    transition: transform 0.2s ease-in-out;
}


.info{
    a{
        text-decoration: none;
        color: #333;
        font-weight: bold;
    }

    a:hover{
        color: rgb(14, 66, 55);
    }
}

#tablica {
    background-color: cadetblue;
}

table {
    width: 50%;
    border-collapse: collapse;
    margin: 20px auto;
}
th, td {
    border: 1px solid rgb(255, 255, 255);
    padding: 10px;
    text-align: center;
}
th {
    background-color: rgb(53, 100, 94);
    color: white;
}

td:hover{
    background-color: rgb(53, 100, 94);
}

#jala {
    background-color: black;
    color: white;
}

#buba {
    background-color: #000;
    color: white;
}
.container {
    width: 960px;
    background: rgb(82, 158, 148);
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.child {
    margin: 10px 0;
    padding: 15px;
    background: #eaeaea;
    border-radius: 4px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    text-align: center;
    a{
        text-decoration: none;
        font-weight: 600;
        color: #252525;
    }
    a:hover {
        color: rgb(53, 100, 94);
        padding: 40px;
    }
}

#kruna {
    background-color: #214441;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}
ul { 

    list-style-type: square;  
    background-color: rgb(37, 93, 95);
    padding: 25px;
    text-align: left;

} 

ul li {
    background-color: #ffffff;
    padding: 5px;
    text-align: left;
    color: rgb(0, 0, 0);
    font-weight: 500;
}

.kruna {
    justify-content: left;
}